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

Packages that use ListBlobBlocksResponse
org.jclouds.azureblob   
org.jclouds.azureblob.blobstore   
org.jclouds.azureblob.domain.internal   
org.jclouds.azureblob.xml   
 

Uses of ListBlobBlocksResponse in org.jclouds.azureblob
 

Methods in org.jclouds.azureblob that return ListBlobBlocksResponse
 ListBlobBlocksResponse AzureBlobClient.getBlockList(String container, String name)
          Get Block ID List for a blob
 

Methods in org.jclouds.azureblob that return types with arguments of type ListBlobBlocksResponse
 com.google.common.util.concurrent.ListenableFuture<ListBlobBlocksResponse> AzureBlobAsyncClient.getBlockList(String container, String name)
          Deprecated.  
 

Uses of ListBlobBlocksResponse in org.jclouds.azureblob.blobstore
 

Methods in org.jclouds.azureblob.blobstore that return ListBlobBlocksResponse
 ListBlobBlocksResponse AzureBlobStore.getBlockList(String container, String name)
          Get Block ID List for a blob
 

Methods in org.jclouds.azureblob.blobstore that return types with arguments of type ListBlobBlocksResponse
 com.google.common.util.concurrent.ListenableFuture<ListBlobBlocksResponse> AzureAsyncBlobStore.getBlockList(String container, String name)
          Deprecated. This implementation invokes AzureBlobAsyncClient.getBlockList(String, String)
 

Uses of ListBlobBlocksResponse in org.jclouds.azureblob.domain.internal
 

Classes in org.jclouds.azureblob.domain.internal that implement ListBlobBlocksResponse
 class ListBlobBlocksResponseImpl
          Represents the list of blocks which compose a blob
 

Uses of ListBlobBlocksResponse in org.jclouds.azureblob.xml
 

Methods in org.jclouds.azureblob.xml that return ListBlobBlocksResponse
 ListBlobBlocksResponse BlobBlocksResultsHandler.getResult()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.