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 boolean
AtmosBlobStore. 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 boolean
AWSS3BlobStore. 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 boolean
AzureBlobStore. 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 boolean
B2BlobStore. 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 boolean
BlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options)
boolean
LocalStorageStrategy. createContainerInLocation(String container, Location location, CreateContainerOptions options)
Creates a new containerboolean
TransientStorageStrategy. 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 boolean
LocalBlobStore. 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 class
CreateContainerOptions.ImmutableCreateContainerOptions
Methods in org.jclouds.blobstore.options that return CreateContainerOptions Modifier and Type Method Description CreateContainerOptions
CreateContainerOptions. clone()
CreateContainerOptions
CreateContainerOptions.ImmutableCreateContainerOptions. clone()
static CreateContainerOptions
CreateContainerOptions.Builder. publicRead()
CreateContainerOptions
CreateContainerOptions.ImmutableCreateContainerOptions. publicRead()
CreateContainerOptions
CreateContainerOptions. 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 boolean
ForwardingBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions createContainerOptions)
boolean
ReadOnlyBlobStore. 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 boolean
FilesystemStorageStrategyImpl. 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 boolean
GoogleCloudStorageBlobStore. 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 boolean
RegionScopedSwiftBlobStore. 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 boolean
S3BlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options)
-