Package | Description |
---|---|
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
org.jclouds.s3.domain |
This package contains the core components of S3.
|
org.jclouds.s3.xml |
This package contains xml logic that parses S3 responses.
|
Modifier and Type | Method and Description |
---|---|
DeleteResult |
S3Client.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 |
---|---|
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-2016 The Apache Software Foundation. All Rights Reserved.