Uses of Interface
org.jclouds.azureblob.domain.ContainerProperties

Packages that use ContainerProperties
org.jclouds.azureblob   
org.jclouds.azureblob.blobstore.functions   
org.jclouds.azureblob.domain   
org.jclouds.azureblob.domain.internal   
org.jclouds.azureblob.functions   
org.jclouds.azureblob.xml   
 

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)
           
 com.google.common.util.concurrent.ListenableFuture<? extends BoundedSet<ContainerProperties>> AzureBlobAsyncClient.listContainers(ListOptions... listOptions)
           
 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
 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(HttpResponse from)
           
 

Uses of ContainerProperties in org.jclouds.azureblob.xml
 

Methods in org.jclouds.azureblob.xml that return types with arguments of type ContainerProperties
 BoundedSet<ContainerProperties> AccountNameEnumerationResultsHandler.getResult()
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.