Uses of Class
com.amazonaws.services.s3.model.ListPartsRequest
Packages that use ListPartsRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of ListPartsRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type ListPartsRequestModifier and TypeMethodDescriptionAbstractAmazonS3.listParts
(ListPartsRequest request) AmazonS3.listParts
(ListPartsRequest request) Lists the parts that have been uploaded for a specific multipart upload.AmazonS3Client.listParts
(ListPartsRequest listPartsRequest) -
Uses of ListPartsRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return ListPartsRequestModifier and TypeMethodDescriptionListPartsRequest.withBucketName
(String bucketName) Sets the BucketName property for this request.ListPartsRequest.withEncodingType
(String encodingType) Sets the optionalencodingType
parameter indicating the encoding method to be applied on the response.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.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.withPartNumberMarker
(Integer 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.withRequesterPays
(boolean isRequesterPays) Used for conducting this operation from a Requester Pays Bucket.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.