|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CreateContainerOptions | |
|---|---|
| org.jclouds.openstack.swift.v1.features | |
| org.jclouds.openstack.swift.v1.options | |
| Uses of CreateContainerOptions in org.jclouds.openstack.swift.v1.features |
|---|
| Methods in org.jclouds.openstack.swift.v1.features with parameters of type CreateContainerOptions | |
|---|---|
boolean |
ContainerApi.create(String containerName,
CreateContainerOptions options)
Creates a container, if not already present. |
| Uses of CreateContainerOptions in org.jclouds.openstack.swift.v1.options |
|---|
| Fields in org.jclouds.openstack.swift.v1.options declared as CreateContainerOptions | |
|---|---|
static CreateContainerOptions |
CreateContainerOptions.NONE
|
| Methods in org.jclouds.openstack.swift.v1.options that return CreateContainerOptions | |
|---|---|
CreateContainerOptions |
CreateContainerOptions.anybodyRead()
Sets the public ACL on the container so that anybody can read it. |
static CreateContainerOptions |
CreateContainerOptions.Builder.anybodyRead()
|
CreateContainerOptions |
CreateContainerOptions.headers(com.google.common.collect.Multimap<String,String> headers)
Sets the headers on a container at creation. |
static CreateContainerOptions |
CreateContainerOptions.Builder.headers(com.google.common.collect.Multimap<String,String> headers)
|
CreateContainerOptions |
CreateContainerOptions.metadata(Map<String,String> metadata)
Sets the metadata on a container at creation. |
static CreateContainerOptions |
CreateContainerOptions.Builder.metadata(Map<String,String> metadata)
|
CreateContainerOptions |
CreateContainerOptions.versionsLocation(String containerName)
Sets the container that will contain object versions. |
static CreateContainerOptions |
CreateContainerOptions.Builder.versionsLocation(String containerName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||