| 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.ErrorResult> |
XmlResponsesSaxParser.MultipleDeleteResultHandler.errorResults |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<MultipleDeleteResult.ErrorResult> |
MultipleDeleteResult.errorResults |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MultipleDeleteResult.ErrorResult> |
MultipleDeleteResult.getErrorResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultipleDeleteResult.setErrorResults(java.util.List<MultipleDeleteResult.ErrorResult> errorResults) |
| Constructor and Description |
|---|
MultipleDeleteResult(java.util.List<MultipleDeleteResult.DeletedObjectResult> deletedObjectResults,
java.util.List<MultipleDeleteResult.ErrorResult> errorResults) |