Uses of Enum Class
org.jclouds.azureblob.domain.PublicAccess
Packages that use PublicAccess
Package
Description
-
Uses of PublicAccess in org.jclouds.azureblob
Methods in org.jclouds.azureblob that return PublicAccessModifier and TypeMethodDescriptionAzureBlobClient.getPublicAccessForContainer(String container) Returns whether data in the container may be accessed publicly and the level of accessMethods in org.jclouds.azureblob with parameters of type PublicAccessModifier and TypeMethodDescriptionAzureBlobClient.setPublicAccessForContainer(String container, PublicAccess access) Returns whether data in the container may be accessed publicly and the level of access -
Uses of PublicAccess in org.jclouds.azureblob.blobstore.config
Methods in org.jclouds.azureblob.blobstore.config that return types with arguments of type PublicAccessModifier and TypeMethodDescriptionprotected final com.google.common.cache.LoadingCache<String, PublicAccess> AzureBlobStoreContextModule.containerAcls(AzureBlobClient client, boolean sasAuthentication, AuthType authType) -
Uses of PublicAccess in org.jclouds.azureblob.blobstore.functions
Constructor parameters in org.jclouds.azureblob.blobstore.functions with type arguments of type PublicAccessModifierConstructorDescriptionBlobPropertiesToBlobMetadata(com.google.common.cache.LoadingCache<String, PublicAccess> containerAcls) -
Uses of PublicAccess in org.jclouds.azureblob.domain
Methods in org.jclouds.azureblob.domain that return PublicAccessModifier and TypeMethodDescriptionstatic PublicAccessPublicAccess.fromString(String string) ContainerProperties.getPublicAccess()static PublicAccessReturns the enum constant of this class with the specified name.static PublicAccess[]PublicAccess.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.azureblob.domain with parameters of type PublicAccessModifier and TypeMethodDescriptionvoidMutableContainerPropertiesWithMetadata.setPublicAccess(PublicAccess publicAccess) -
Uses of PublicAccess in org.jclouds.azureblob.domain.internal
Methods in org.jclouds.azureblob.domain.internal that return PublicAccessModifier and TypeMethodDescriptionContainerPropertiesImpl.getPublicAccess()MutableContainerPropertiesWithMetadataImpl.getPublicAccess()Methods in org.jclouds.azureblob.domain.internal with parameters of type PublicAccessModifier and TypeMethodDescriptionvoidMutableContainerPropertiesWithMetadataImpl.setPublicAccess(PublicAccess publicAccess) Constructors in org.jclouds.azureblob.domain.internal with parameters of type PublicAccessModifierConstructorDescriptionContainerPropertiesImpl(URI url, Date lastModified, String eTag, Map<String, String> metadata, PublicAccess publicAccess) -
Uses of PublicAccess in org.jclouds.azureblob.functions
Methods in org.jclouds.azureblob.functions that return PublicAccess -
Uses of PublicAccess in org.jclouds.azureblob.options
Methods in org.jclouds.azureblob.options with parameters of type PublicAccessModifier and TypeMethodDescriptionstatic CreateContainerOptionsCreateContainerOptions.Builder.withPublicAccess(PublicAccess access) CreateContainerOptions.withPublicAccess(PublicAccess access) Indicates whether a container may be accessed publicly