Uses of Class
org.jclouds.azure.storage.options.CreateOptions
-
Packages that use CreateOptions Package Description org.jclouds.azure.storage.options org.jclouds.azureblob.options -
-
Uses of CreateOptions in org.jclouds.azure.storage.options
Fields in org.jclouds.azure.storage.options declared as CreateOptions Modifier and Type Field Description static CreateOptions
CreateOptions. NONE
Methods in org.jclouds.azure.storage.options that return CreateOptions Modifier and Type Method Description static CreateOptions
CreateOptions.Builder. withMetadata(com.google.common.collect.Multimap<String,String> metadata)
CreateOptions
CreateOptions. withMetadata(com.google.common.collect.Multimap<String,String> metadata)
A name-value pair to associate with the container as metadata. -
Uses of CreateOptions in org.jclouds.azureblob.options
Subclasses of CreateOptions in org.jclouds.azureblob.options Modifier and Type Class Description class
CreateContainerOptions
Contains options supported in the REST API for the Create Container operation.
-