Uses of Class
com.baidubce.services.bos.model.ListMultipartUploadsRequest

Packages that use ListMultipartUploadsRequest
com.baidubce.services.bos   
com.baidubce.services.bos.model   
 

Uses of ListMultipartUploadsRequest in com.baidubce.services.bos
 

Methods in com.baidubce.services.bos with parameters of type ListMultipartUploadsRequest
 ListMultipartUploadsResponse BosClient.listMultipartUploads(ListMultipartUploadsRequest request)
          Lists in-progress multipart uploads.
 

Uses of ListMultipartUploadsRequest in com.baidubce.services.bos.model
 

Methods in com.baidubce.services.bos.model that return ListMultipartUploadsRequest
 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 © 2018. All rights reserved.