com.netease.cloud.services.nos.model
public class DeleteObjectsResult extends Object
Nos.deleteObjects(DeleteObjectsRequest)
. If
one or more objects couldn't be deleted as instructed, a
MultiObjectDeleteException
is thrown instead.Modifier and Type | Class and Description |
---|---|
static class |
DeleteObjectsResult.DeletedObject
A successfully deleted object.
|
Constructor and Description |
---|
DeleteObjectsResult(List<DeleteObjectsResult.DeletedObject> deletedObjects) |
Modifier and Type | Method and Description |
---|---|
List<DeleteObjectsResult.DeletedObject> |
getDeletedObjects()
Returns the list of successfully deleted objects from this request.
|
public DeleteObjectsResult(List<DeleteObjectsResult.DeletedObject> deletedObjects)
public List<DeleteObjectsResult.DeletedObject> getDeletedObjects()
DeleteObjectsRequest.getQuiet()
is true, only error responses
will be returned from nos, so this list will be empty.Copyright © 2017. All Rights Reserved.