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(IfDirectoryReturnNameStrategy ifDirectoryReturnName,
com.google.common.cache.LoadingCache<String,PublicAccess> containerAcls) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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-2016 The Apache Software Foundation. All Rights Reserved.