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

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

Uses of ListPartsRequest in com.baidubce.services.bos
 

Methods in com.baidubce.services.bos with parameters of type ListPartsRequest
 ListPartsResponse BosClient.listParts(ListPartsRequest request)
          Lists the parts that have been uploaded for a specific multipart upload.
 

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

Methods in com.baidubce.services.bos.model that return ListPartsRequest
 ListPartsRequest ListPartsRequest.withBucketName(String bucketName)
          Sets the BucketName property for this request.
 ListPartsRequest ListPartsRequest.withKey(String key)
          Sets the key of the associated multipart upload whose parts are being listed, and returns this updated ListPartsRequest object so that additional method calls can be chained together.
 ListPartsRequest ListPartsRequest.withMaxParts(int maxParts)
          Sets the optional maximum number of parts to be returned in the part listing and returns this updated ListPartsRequest objects so that additional method calls can be chained together.
 ListPartsRequest ListPartsRequest.withPartNumberMarker(int partNumberMarker)
          Sets the optional part number marker indicating where in the results to being listing parts, and returns this updated ListPartsRequest object so that additional method calls can be chained together.
 ListPartsRequest ListPartsRequest.withRequestCredentials(BceCredentials credentials)
           
 ListPartsRequest ListPartsRequest.withUploadId(String uploadId)
          Sets the ID of the multipart upload whose parts are being listed, and returns this updated ListPartsRequest object so that additional method calls can be chained together.
 



Copyright © 2018. All rights reserved.