| Package | Description | 
|---|---|
| org.jclouds.azureblob | |
| org.jclouds.azureblob.blobstore.functions | |
| org.jclouds.azureblob.domain.internal | |
| org.jclouds.azureblob.xml | 
| Modifier and Type | Method and Description | 
|---|---|
ListBlobsResponse | 
AzureBlobClient.listBlobs(ListBlobsOptions... options)  | 
ListBlobsResponse | 
AzureBlobClient.listBlobs(String container,
         ListBlobsOptions... options)
The List Blobs operation enumerates the list of blobs under the specified container. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<ListBlobsResponse> | 
AzureBlobAsyncClient.listBlobs(ListBlobsOptions... options)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<ListBlobsResponse> | 
AzureBlobAsyncClient.listBlobs(String container,
         ListBlobsOptions... options)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
PageSet<? extends StorageMetadata> | 
ListBlobsResponseToResourceList.apply(ListBlobsResponse from)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HashSetListBlobsResponse  | 
| Modifier and Type | Method and Description | 
|---|---|
ListBlobsResponse | 
ContainerNameEnumerationResultsHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.