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 ContainerPropertiesAzureBlobClient. 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 StorageMetadataContainerToResourceMetadata. apply(ContainerProperties from) - 
Uses of ContainerProperties in org.jclouds.azureblob.domain
Subinterfaces of ContainerProperties in org.jclouds.azureblob.domain Modifier and Type Interface Description interfaceMutableContainerPropertiesWithMetadata - 
Uses of ContainerProperties in org.jclouds.azureblob.domain.internal
Classes in org.jclouds.azureblob.domain.internal that implement ContainerProperties Modifier and Type Class Description classContainerPropertiesImplAllows you to manipulate metadata.classMutableContainerPropertiesWithMetadataImplAllows you to manipulate metadata.Methods in org.jclouds.azureblob.domain.internal with parameters of type ContainerProperties Modifier and Type Method Description intContainerPropertiesImpl. compareTo(ContainerProperties o)intMutableContainerPropertiesWithMetadataImpl. 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 ContainerPropertiesParseContainerPropertiesFromHeaders. 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() 
 -