| Package | Description |
|---|---|
| org.jets3t.service.model |
Provides objects that model entities in S3 such as objects, buckets and owners.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<MultipleDeleteResult.DeletedObjectResult> |
MultipleDeleteResult.deletedObjectResults |
| Modifier and Type | Method and Description |
|---|---|
List<MultipleDeleteResult.DeletedObjectResult> |
MultipleDeleteResult.getDeletedObjectResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultipleDeleteResult.setDeletedObjectResults(List<MultipleDeleteResult.DeletedObjectResult> deletedObjectResults) |
| Constructor and Description |
|---|
MultipleDeleteResult(List<MultipleDeleteResult.DeletedObjectResult> deletedObjectResults,
List<MultipleDeleteResult.ErrorResult> errorResults) |
Copyright © 2006–2018. All rights reserved.