| Package | Description |
|---|---|
| com.ibm.cloud.objectstorage.services.s3.internal | |
| com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeleteObjectsResult.DeletedObject> |
DeleteObjectsResponse.getDeletedObjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteObjectsResponse.setDeletedObjects(List<DeleteObjectsResult.DeletedObject> deletedObjects) |
| Constructor and Description |
|---|
DeleteObjectsResponse(List<DeleteObjectsResult.DeletedObject> deletedObjects,
List<MultiObjectDeleteException.DeleteError> errors) |
| Modifier and Type | Method and Description |
|---|---|
List<DeleteObjectsResult.DeletedObject> |
DeleteObjectsResult.getDeletedObjects()
Returns the list of successfully deleted objects from this request.
|
List<DeleteObjectsResult.DeletedObject> |
MultiObjectDeleteException.getDeletedObjects()
Returns the list of successfully deleted objects from this request.
|
| Constructor and Description |
|---|
DeleteObjectsResult(List<DeleteObjectsResult.DeletedObject> deletedObjects) |
DeleteObjectsResult(List<DeleteObjectsResult.DeletedObject> deletedObjects,
boolean isRequesterCharged) |
MultiObjectDeleteException(Collection<MultiObjectDeleteException.DeleteError> errors,
Collection<DeleteObjectsResult.DeletedObject> deletedObjects) |
Copyright © 2025. All rights reserved.