Uses of Class
org.jclouds.blobstore.options.CreateContainerOptions
Packages that use CreateContainerOptions
Package
Description
-
Uses of CreateContainerOptions in org.jclouds.blobstore
Methods in org.jclouds.blobstore with parameters of type CreateContainerOptionsModifier and TypeMethodDescriptionbooleanBlobStore.createContainerInLocation(org.jclouds.domain.Location location, String container, CreateContainerOptions options) booleanLocalStorageStrategy.createContainerInLocation(String container, org.jclouds.domain.Location location, CreateContainerOptions options) Creates a new containerbooleanTransientStorageStrategy.createContainerInLocation(String containerName, org.jclouds.domain.Location location, CreateContainerOptions options) -
Uses of CreateContainerOptions in org.jclouds.blobstore.config
Methods in org.jclouds.blobstore.config with parameters of type CreateContainerOptionsModifier and TypeMethodDescriptionbooleanLocalBlobStore.createContainerInLocation(org.jclouds.domain.Location location, String container, CreateContainerOptions options) -
Uses of CreateContainerOptions in org.jclouds.blobstore.options
Subclasses of CreateContainerOptions in org.jclouds.blobstore.optionsModifier and TypeClassDescriptionstatic classMethods in org.jclouds.blobstore.options that return CreateContainerOptionsModifier and TypeMethodDescriptionCreateContainerOptions.clone()CreateContainerOptions.ImmutableCreateContainerOptions.clone()static CreateContainerOptionsCreateContainerOptions.Builder.publicRead()CreateContainerOptions.ImmutableCreateContainerOptions.publicRead()CreateContainerOptions.publicRead()return a listing of all objects inside the store, publicReadly.Constructors in org.jclouds.blobstore.options with parameters of type CreateContainerOptions -
Uses of CreateContainerOptions in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util with parameters of type CreateContainerOptionsModifier and TypeMethodDescriptionbooleanForwardingBlobStore.createContainerInLocation(org.jclouds.domain.Location location, String container, CreateContainerOptions createContainerOptions) booleanReadOnlyBlobStore.createContainerInLocation(org.jclouds.domain.Location location, String container, CreateContainerOptions createContainerOptions)