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 |
---|---|
PartListing |
AbstractAmazonS3.listParts(ListPartsRequest request) |
PartListing |
AmazonS3Client.listParts(ListPartsRequest listPartsRequest) |
PartListing |
AmazonS3.listParts(ListPartsRequest request)
Lists the parts that have been uploaded for a specific multipart upload.
|
Modifier and Type | Method and Description |
---|---|
ListPartsRequest |
ListPartsRequest.withBucketName(String bucketName)
Sets the BucketName property for this request.
|
ListPartsRequest |
ListPartsRequest.withEncodingType(String encodingType)
Sets the optional
encodingType parameter indicating the
encoding method to be applied on the response. |
ListPartsRequest |
ListPartsRequest.withExpectedBucketOwner(String expectedBucketOwner) |
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(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 |
ListPartsRequest.withRequesterPays(boolean isRequesterPays)
Used for conducting this operation from a Requester Pays Bucket.
|
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 © 2022. All rights reserved.