Uses of Class
org.jclouds.azureblob.options.CreateContainerOptions
- 
Packages that use CreateContainerOptions Package Description org.jclouds.azureblob org.jclouds.azureblob.options  - 
- 
Uses of CreateContainerOptions in org.jclouds.azureblob
Methods in org.jclouds.azureblob with parameters of type CreateContainerOptions Modifier and Type Method Description booleanAzureBlobClient. createContainer(String container, CreateContainerOptions... options)The Create Container operation creates a new container under the specified identity.booleanAzureBlobClient. createRootContainer(CreateContainerOptions... options)The root container is a default container that may be inferred from a URL requesting a blob resource. - 
Uses of CreateContainerOptions in org.jclouds.azureblob.options
Fields in org.jclouds.azureblob.options declared as CreateContainerOptions Modifier and Type Field Description static CreateContainerOptionsCreateContainerOptions. NONEMethods in org.jclouds.azureblob.options that return CreateContainerOptions Modifier and Type Method Description static CreateContainerOptionsCreateContainerOptions.Builder. withMetadata(com.google.common.collect.Multimap<String,String> metadata)CreateContainerOptionsCreateContainerOptions. withMetadata(com.google.common.collect.Multimap<String,String> metadata)static CreateContainerOptionsCreateContainerOptions.Builder. withPublicAccess(PublicAccess access)CreateContainerOptionsCreateContainerOptions. withPublicAccess(PublicAccess access)Indicates whether a container may be accessed publicly 
 -