Uses of Interface
org.jclouds.azureblob.domain.ListBlobBlocksResponse
-
Packages that use ListBlobBlocksResponse Package Description 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 Modifier and Type Method Description ListBlobBlocksResponse
AzureBlobClient. getBlockList(String container, String name)
-
Uses of ListBlobBlocksResponse in org.jclouds.azureblob.blobstore
Methods in org.jclouds.azureblob.blobstore that return ListBlobBlocksResponse Modifier and Type Method Description ListBlobBlocksResponse
AzureBlobStore. getBlockList(String container, String name)
Get Block ID List for a blob -
Uses of ListBlobBlocksResponse in org.jclouds.azureblob.domain.internal
Classes in org.jclouds.azureblob.domain.internal that implement ListBlobBlocksResponse Modifier and Type Class Description 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 Modifier and Type Method Description ListBlobBlocksResponse
BlobBlocksResultsHandler. getResult()
-