Modifier and Type | Method and Description |
---|---|
PublicAccess |
AzureBlobClient.getPublicAccessForContainer(String container)
Returns whether data in the container may be accessed publicly and the level of access
|
Modifier and Type | Method and Description |
---|---|
String |
AzureBlobClient.setPublicAccessForContainer(String container,
PublicAccess access)
Returns whether data in the container may be accessed publicly and the level of access
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<String,PublicAccess> |
AzureBlobStoreContextModule.containerAcls(AzureBlobClient client) |
Constructor and Description |
---|
BlobPropertiesToBlobMetadata(com.google.common.cache.LoadingCache<String,PublicAccess> containerAcls) |
Modifier and Type | Method and Description |
---|---|
static PublicAccess |
PublicAccess.fromString(String string) |
PublicAccess |
ContainerProperties.getPublicAccess() |
static PublicAccess |
PublicAccess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicAccess[] |
PublicAccess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableContainerPropertiesWithMetadata.setPublicAccess(PublicAccess publicAccess) |
Modifier and Type | Method and Description |
---|---|
PublicAccess |
MutableContainerPropertiesWithMetadataImpl.getPublicAccess() |
PublicAccess |
ContainerPropertiesImpl.getPublicAccess() |
Modifier and Type | Method and Description |
---|---|
void |
MutableContainerPropertiesWithMetadataImpl.setPublicAccess(PublicAccess publicAccess) |
Constructor and Description |
---|
ContainerPropertiesImpl(URI url,
Date lastModified,
String eTag,
Map<String,String> metadata,
PublicAccess publicAccess) |
Modifier and Type | Method and Description |
---|---|
PublicAccess |
ParsePublicAccessHeader.apply(HttpResponse from) |
Modifier and Type | Method and Description |
---|---|
CreateContainerOptions |
CreateContainerOptions.withPublicAccess(PublicAccess access)
Indicates whether a container may be accessed publicly
|
static CreateContainerOptions |
CreateContainerOptions.Builder.withPublicAccess(PublicAccess access) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.