Uses of Class
org.jclouds.blobstore.options.CreateContainerOptions
-
Packages that use CreateContainerOptions Package Description org.jclouds.blobstore org.jclouds.blobstore.config org.jclouds.blobstore.options org.jclouds.blobstore.util -
-
Uses of CreateContainerOptions in org.jclouds.blobstore
Methods in org.jclouds.blobstore with parameters of type CreateContainerOptions Modifier and Type Method Description booleanBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options)booleanLocalStorageStrategy. createContainerInLocation(String container, Location location, CreateContainerOptions options)Creates a new containerbooleanTransientStorageStrategy. createContainerInLocation(String containerName, Location location, CreateContainerOptions options) -
Uses of CreateContainerOptions in org.jclouds.blobstore.config
Methods in org.jclouds.blobstore.config with parameters of type CreateContainerOptions Modifier and Type Method Description booleanLocalBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options) -
Uses of CreateContainerOptions in org.jclouds.blobstore.options
Subclasses of CreateContainerOptions in org.jclouds.blobstore.options Modifier and Type Class Description static classCreateContainerOptions.ImmutableCreateContainerOptionsMethods in org.jclouds.blobstore.options that return CreateContainerOptions Modifier and Type Method Description CreateContainerOptionsCreateContainerOptions. clone()CreateContainerOptionsCreateContainerOptions.ImmutableCreateContainerOptions. clone()static CreateContainerOptionsCreateContainerOptions.Builder. publicRead()CreateContainerOptionsCreateContainerOptions.ImmutableCreateContainerOptions. publicRead()CreateContainerOptionsCreateContainerOptions. publicRead()return a listing of all objects inside the store, publicReadly.Constructors in org.jclouds.blobstore.options with parameters of type CreateContainerOptions Constructor Description ImmutableCreateContainerOptions(CreateContainerOptions delegate) -
Uses of CreateContainerOptions in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util with parameters of type CreateContainerOptions Modifier and Type Method Description booleanForwardingBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions createContainerOptions)booleanReadOnlyBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions createContainerOptions)
-