|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ContainerProperties in org.jclouds.azureblob |
|---|
| Methods in org.jclouds.azureblob that return ContainerProperties | |
|---|---|
ContainerProperties |
AzureBlobClient.getContainerProperties(String container)
The Get Container Properties operation returns all user-defined metadata and system properties for the specified container. |
| Methods in org.jclouds.azureblob that return types with arguments of type ContainerProperties | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<ContainerProperties> |
AzureBlobAsyncClient.getContainerProperties(String container)
Deprecated. |
org.jclouds.azure.storage.domain.BoundedSet<ContainerProperties> |
AzureBlobClient.listContainers(org.jclouds.azure.storage.options.ListOptions... listOptions)
The List Containers operation returns a list of the containers under the specified identity. |
com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.azure.storage.domain.BoundedSet<ContainerProperties>> |
AzureBlobAsyncClient.listContainers(org.jclouds.azure.storage.options.ListOptions... listOptions)
Deprecated. |
| Uses of ContainerProperties in org.jclouds.azureblob.blobstore.functions |
|---|
| Methods in org.jclouds.azureblob.blobstore.functions with parameters of type ContainerProperties | |
|---|---|
org.jclouds.blobstore.domain.StorageMetadata |
ContainerToResourceMetadata.apply(ContainerProperties from)
|
| Uses of ContainerProperties in org.jclouds.azureblob.domain |
|---|
| Subinterfaces of ContainerProperties in org.jclouds.azureblob.domain | |
|---|---|
interface |
MutableContainerPropertiesWithMetadata
|
| Uses of ContainerProperties in org.jclouds.azureblob.domain.internal |
|---|
| Classes in org.jclouds.azureblob.domain.internal that implement ContainerProperties | |
|---|---|
class |
ContainerPropertiesImpl
Allows you to manipulate metadata. |
class |
MutableContainerPropertiesWithMetadataImpl
Allows you to manipulate metadata. |
| Methods in org.jclouds.azureblob.domain.internal with parameters of type ContainerProperties | |
|---|---|
int |
MutableContainerPropertiesWithMetadataImpl.compareTo(ContainerProperties o)
|
int |
ContainerPropertiesImpl.compareTo(ContainerProperties o)
|
| Uses of ContainerProperties in org.jclouds.azureblob.functions |
|---|
| Methods in org.jclouds.azureblob.functions that return ContainerProperties | |
|---|---|
ContainerProperties |
ParseContainerPropertiesFromHeaders.apply(org.jclouds.http.HttpResponse from)
|
| Uses of ContainerProperties in org.jclouds.azureblob.xml |
|---|
| Methods in org.jclouds.azureblob.xml that return types with arguments of type ContainerProperties | |
|---|---|
org.jclouds.azure.storage.domain.BoundedSet<ContainerProperties> |
AccountNameEnumerationResultsHandler.getResult()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||