Uses of Class
com.amazonaws.services.s3.model.ListMultipartUploadsRequest
Packages that use ListMultipartUploadsRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of ListMultipartUploadsRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type ListMultipartUploadsRequestModifier and TypeMethodDescriptionAbstractAmazonS3.listMultipartUploads
(ListMultipartUploadsRequest request) AmazonS3.listMultipartUploads
(ListMultipartUploadsRequest request) Lists in-progress multipart uploads.AmazonS3Client.listMultipartUploads
(ListMultipartUploadsRequest listMultipartUploadsRequest) -
Uses of ListMultipartUploadsRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return ListMultipartUploadsRequestModifier and TypeMethodDescriptionListMultipartUploadsRequest.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.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 in theMultipartUploadListing.getCommonPrefixes()
list.ListMultipartUploadsRequest.withEncodingType
(String encodingType) Sets the optionalencodingType
parameter indicating the encoding method to be applied on the response.ListMultipartUploadsRequest.withKeyMarker
(String keyMarker) Sets the KeyMarker property for this request.ListMultipartUploadsRequest.withMaxUploads
(int maxUploadsInt) 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.withPrefix
(String prefix) Sets the optional prefix parameter restricting the response to multipart uploads for keys that begin with the specified prefix.ListMultipartUploadsRequest.withUploadIdMarker
(String uploadIdMarker) Sets the optional upload ID marker indicating where in the results to begin listing and returns this updated ListMultipartUploadsRequest object so that additional methods can be chained together.