程序包 | 说明 |
---|---|
com.aliyun.oss | |
com.aliyun.oss.common.parser | |
com.aliyun.oss.model |
限定符和类型 | 方法和说明 |
---|---|
DeleteVersionsResult |
OSSClient.deleteVersions(DeleteVersionsRequest deleteVersionsRequest) |
DeleteVersionsResult |
OSS.deleteVersions(DeleteVersionsRequest deleteVersionsRequest)
Batch deletes the specified object versions under a specific bucket.
|
限定符和类型 | 方法和说明 |
---|---|
byte[] |
RequestMarshallers.DeleteVersionsRequestMarshaller.marshall(DeleteVersionsRequest request) |
限定符和类型 | 方法和说明 |
---|---|
DeleteVersionsRequest |
DeleteVersionsRequest.withBucketName(String bucketName)
Sets the name of the OSS bucket containing the object(s) to delete
and returns this object, enabling additional method calls to be chained
together.
|
DeleteVersionsRequest |
DeleteVersionsRequest.withKeys(List<DeleteVersionsRequest.KeyVersion> keys)
Sets the list of keys to delete from this bucket, clearing any existing
list of keys.
|
DeleteVersionsRequest |
DeleteVersionsRequest.withQuiet(boolean quiet)
Sets the quiet element for this request.
|
Copyright © 2019. All Rights Reserved.