| Package | Description |
|---|---|
| com.baidubce.services.bos | |
| com.baidubce.services.bos.model |
| Modifier and Type | Method and Description |
|---|---|
ListMultipartUploadsResponse |
BosClient.listMultipartUploads(ListMultipartUploadsRequest request)
Lists in-progress multipart uploads.
|
| Modifier and Type | Method and Description |
|---|---|
ListMultipartUploadsRequest |
ListMultipartUploadsRequest.withBucketName(String bucketName)
Sets The name of the bucket containing the uploads to list, and returns
this updated ListMultipartUploadsRequest object so that additional method
calls can be chained together.
|
ListMultipartUploadsRequest |
ListMultipartUploadsRequest.withDelimiter(String delimiter)
Sets the optional delimiter parameter that causes multipart uploads for
keys that contain the same string between the prefix and the first
occurrence of the delimiter to be rolled up into a single result element.
|
ListMultipartUploadsRequest |
ListMultipartUploadsRequest.withKeyMarker(String keyMarker)
Sets the KeyMarker property for this request.
|
ListMultipartUploadsRequest |
ListMultipartUploadsRequest.withMaxUploads(int maxUploads)
Sets the optional maximum number of uploads to return and returns this
updated ListMultipartUploadsRequest object so that additional method
calls can be chained together.
|
ListMultipartUploadsRequest |
ListMultipartUploadsRequest.withPrefix(String prefix)
Sets the optional prefix parameter restricting the response to multipart
uploads for keys that begin with the specified prefix.
|
ListMultipartUploadsRequest |
ListMultipartUploadsRequest.withRequestCredentials(BceCredentials credentials) |
Copyright © 2023. All rights reserved.