| Package | Description | 
|---|---|
| org.jclouds.aws.s3 | |
| org.jclouds.aws.s3.domain | |
| org.jclouds.aws.s3.xml | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteResult | 
AWSS3Client.deleteObjects(String bucketName,
             Iterable<String> keys)
The Multi-Object Delete operation enables you to delete multiple objects from a bucket using a 
 single HTTP request. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<DeleteResult> | 
AWSS3AsyncClient.deleteObjects(String bucketName,
             Iterable<String> keys)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteResult | 
DeleteResult.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteResult.Builder | 
DeleteResult.Builder.fromDeleteResult(DeleteResult result)  | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteResult | 
DeleteResultHandler.getResult() | 
Copyright © 2009-2013 jclouds. All Rights Reserved.