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<MultiObjectDeleteException.DeleteError> |
DeleteObjectsResponse.getErrors() |
Modifier and Type | Method and Description |
---|---|
void |
DeleteObjectsResponse.setErrors(List<MultiObjectDeleteException.DeleteError> errors) |
Constructor and Description |
---|
DeleteObjectsResponse(List<DeleteObjectsResult.DeletedObject> deletedObjects,
List<MultiObjectDeleteException.DeleteError> errors) |
Modifier and Type | Method and Description |
---|---|
List<MultiObjectDeleteException.DeleteError> |
MultiObjectDeleteException.getErrors()
Returns the list of errors from the attempted delete operation.
|
Constructor and Description |
---|
MultiObjectDeleteException(Collection<MultiObjectDeleteException.DeleteError> errors,
Collection<DeleteObjectsResult.DeletedObject> deletedObjects) |
Copyright © 2024. All rights reserved.