| Package | Description |
|---|---|
| com.baidubce.services.bos | |
| com.baidubce.services.bos.model |
| Modifier and Type | Method and Description |
|---|---|
void |
BosClient.abortMultipartUpload(AbortMultipartUploadRequest request)
Aborts a multipart upload.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2022. All rights reserved.