AbortMultipartUploadRequest |
AbortMultipartUploadRequest.withBucketName(String bucketName) |
Sets the name of the bucket containing the multipart upload to abort and returns the updated object
so that additional calls can be chained together.
|
AbortMultipartUploadRequest |
AbortMultipartUploadRequest.withKey(String key) |
Sets the key of the multipart upload to abort and returns the updated AbortMultipartUploadRequest object
so that additional method calls can be chained together.
|
AbortMultipartUploadRequest |
AbortMultipartUploadRequest.withRequestCredentials(BceCredentials credentials) |
|
AbortMultipartUploadRequest |
AbortMultipartUploadRequest.withUploadId(String uploadId) |
Sets the ID of the multipart upload to abort, and returns this updated AbortMultipartUploadRequest object
so that additional method calls can be chained together.
|