| Package | Description |
|---|---|
| org.jets3t.service.impl.rest |
Contains utilties of use to any REST/HTTP S3 Service implementations, and specifically to
the HttpClient implementation provided with JetS3t.
|
| org.jets3t.service.model |
Provides objects that model entities in S3 such as objects, buckets and owners.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<MultipleDeleteResult.DeletedObjectResult> |
XmlResponsesSaxParser.MultipleDeleteResultHandler.deletedObjectResults |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<MultipleDeleteResult.DeletedObjectResult> |
MultipleDeleteResult.deletedObjectResults |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MultipleDeleteResult.DeletedObjectResult> |
MultipleDeleteResult.getDeletedObjectResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultipleDeleteResult.setDeletedObjectResults(java.util.List<MultipleDeleteResult.DeletedObjectResult> deletedObjectResults) |
| Constructor and Description |
|---|
MultipleDeleteResult(java.util.List<MultipleDeleteResult.DeletedObjectResult> deletedObjectResults,
java.util.List<MultipleDeleteResult.ErrorResult> errorResults) |