Modifier and Type | Method and Description |
---|---|
PublicAccess |
AzureBlobClient.getPublicAccessForContainer(String container) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PublicAccess> |
AzureBlobAsyncClient.getPublicAccessForContainer(String container) |
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-2013 jclouds. All Rights Reserved.