Uses of Interface
org.jclouds.azureblob.domain.ContainerProperties
-
-
Uses of ContainerProperties in org.jclouds.azureblob
Methods in org.jclouds.azureblob that return ContainerProperties Modifier and Type Method Description 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 Modifier and Type Method Description BoundedSet<ContainerProperties>
AzureBlobClient. listContainers(ListOptions... listOptions)
The List Containers operation returns a list of the containers under the specified identity. -
Uses of ContainerProperties in org.jclouds.azureblob.blobstore.functions
Methods in org.jclouds.azureblob.blobstore.functions with parameters of type ContainerProperties Modifier and Type Method Description StorageMetadata
ContainerToResourceMetadata. apply(ContainerProperties from)
-
Uses of ContainerProperties in org.jclouds.azureblob.domain
Subinterfaces of ContainerProperties in org.jclouds.azureblob.domain Modifier and Type Interface Description interface
MutableContainerPropertiesWithMetadata
-
Uses of ContainerProperties in org.jclouds.azureblob.domain.internal
Classes in org.jclouds.azureblob.domain.internal that implement ContainerProperties Modifier and Type Class Description 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 Modifier and Type Method Description int
ContainerPropertiesImpl. compareTo(ContainerProperties o)
int
MutableContainerPropertiesWithMetadataImpl. compareTo(ContainerProperties o)
-
Uses of ContainerProperties in org.jclouds.azureblob.functions
Methods in org.jclouds.azureblob.functions that return ContainerProperties Modifier and Type Method Description ContainerProperties
ParseContainerPropertiesFromHeaders. apply(HttpResponse from)
-
Uses of ContainerProperties in org.jclouds.azureblob.xml
Methods in org.jclouds.azureblob.xml that return types with arguments of type ContainerProperties Modifier and Type Method Description BoundedSet<ContainerProperties>
AccountNameEnumerationResultsHandler. getResult()
-