public class DeleteVersionsResult extends GenericResult
OSS.deleteObjects(DeleteObjectsRequest).| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteVersionsResult.DeletedVersion
A successfully deleted object.
|
| Constructor and Description |
|---|
DeleteVersionsResult(List<DeleteVersionsResult.DeletedVersion> deletedVersions) |
| Modifier and Type | Method and Description |
|---|---|
List<DeleteVersionsResult.DeletedVersion> |
getDeletedVersions()
Returns the list of successfully deleted objects from this request.
|
getClientCRC, getRequestId, getResponse, getServerCRC, setClientCRC, setRequestId, setResponse, setServerCRCpublic DeleteVersionsResult(List<DeleteVersionsResult.DeletedVersion> deletedVersions)
public List<DeleteVersionsResult.DeletedVersion> getDeletedVersions()
DeleteObjectsRequest.isQuiet() is true, only error responses
will be returned from OSS, so this list will be empty.Copyright © 2021. All Rights Reserved.