Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
MultipartUploadListing |
AmazonS3Client.listMultipartUploads(ListMultipartUploadsRequest listMultipartUploadsRequest) |
MultipartUploadListing |
AmazonS3.listMultipartUploads(ListMultipartUploadsRequest request)
Lists in-progress multipart uploads.
|
MultipartUploadListing |
AbstractAmazonS3.listMultipartUploads(ListMultipartUploadsRequest request) |
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
in the
MultipartUploadListing.getCommonPrefixes() list. |
ListMultipartUploadsRequest |
ListMultipartUploadsRequest.withEncodingType(String encodingType)
Sets the optional
encodingType parameter indicating the
encoding method to be applied on the response. |
ListMultipartUploadsRequest |
ListMultipartUploadsRequest.withKeyMarker(String keyMarker)
Sets the KeyMarker property for this request.
|
ListMultipartUploadsRequest |
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 |
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.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.
|
Copyright © 2018. All rights reserved.