Uses of Class
org.jclouds.blobstore.options.CreateContainerOptions
- 
- 
Uses of CreateContainerOptions in org.jclouds.atmos.blobstore
Methods in org.jclouds.atmos.blobstore with parameters of type CreateContainerOptions Modifier and Type Method Description booleanAtmosBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options) - 
Uses of CreateContainerOptions in org.jclouds.aws.s3.blobstore
Methods in org.jclouds.aws.s3.blobstore with parameters of type CreateContainerOptions Modifier and Type Method Description booleanAWSS3BlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options) - 
Uses of CreateContainerOptions in org.jclouds.azureblob.blobstore
Methods in org.jclouds.azureblob.blobstore with parameters of type CreateContainerOptions Modifier and Type Method Description booleanAzureBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options) - 
Uses of CreateContainerOptions in org.jclouds.b2.blobstore
Methods in org.jclouds.b2.blobstore with parameters of type CreateContainerOptions Modifier and Type Method Description booleanB2BlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options) - 
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) - 
Uses of CreateContainerOptions in org.jclouds.filesystem.strategy.internal
Methods in org.jclouds.filesystem.strategy.internal with parameters of type CreateContainerOptions Modifier and Type Method Description booleanFilesystemStorageStrategyImpl. createContainerInLocation(String container, Location location, CreateContainerOptions options) - 
Uses of CreateContainerOptions in org.jclouds.googlecloudstorage.blobstore
Methods in org.jclouds.googlecloudstorage.blobstore with parameters of type CreateContainerOptions Modifier and Type Method Description booleanGoogleCloudStorageBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options) - 
Uses of CreateContainerOptions in org.jclouds.openstack.swift.v1.blobstore
Methods in org.jclouds.openstack.swift.v1.blobstore with parameters of type CreateContainerOptions Modifier and Type Method Description booleanRegionScopedSwiftBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options) - 
Uses of CreateContainerOptions in org.jclouds.s3.blobstore
Methods in org.jclouds.s3.blobstore with parameters of type CreateContainerOptions Modifier and Type Method Description booleanS3BlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options) 
 -