| Package | Description |
|---|---|
| com.qcloud.cos.exception | |
| com.qcloud.cos.internal | |
| com.qcloud.cos.model |
| Modifier and Type | Method and Description |
|---|---|
List<DeleteObjectsResult.DeletedObject> |
MultiObjectDeleteException.getDeletedObjects()
Returns the list of successfully deleted objects from this request.
|
| Constructor and Description |
|---|
MultiObjectDeleteException(Collection<MultiObjectDeleteException.DeleteError> errors,
Collection<DeleteObjectsResult.DeletedObject> deletedObjects) |
| 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.
|
| Constructor and Description |
|---|
DeleteObjectsResult(List<DeleteObjectsResult.DeletedObject> deletedObjects) |
Copyright © 2023. All rights reserved.