ListObjectsV2Request |
ListObjectsV2Request.withBucketName(String bucketName) |
Sets the name of the Amazon S3 bucket whose objects are to be listed.
|
ListObjectsV2Request |
ListObjectsV2Request.withContinuationToken(String continuationToken) |
Sets the optional continuation token.
|
ListObjectsV2Request |
ListObjectsV2Request.withDelimiter(String delimiter) |
Sets the optional delimiter parameter that causes 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
ListObjectsV2Result.getCommonPrefixes() list.
|
ListObjectsV2Request |
ListObjectsV2Request.withEncodingType(String encodingType) |
Sets the optional encodingType parameter indicating the
encoding method to be applied on the response.
|
ListObjectsV2Request |
ListObjectsV2Request.withFetchOwner(boolean fetchOwner) |
Sets the optional fetch owner flag.
|
ListObjectsV2Request |
ListObjectsV2Request.withMaxKeys(Integer maxKeys) |
Sets the optional maxKeys parameter indicating the maximum number of keys to
include in the response.
|
ListObjectsV2Request |
ListObjectsV2Request.withPrefix(String prefix) |
Sets the optional prefix parameter restricting the response to keys that
begin with the specified prefix.
|
ListObjectsV2Request |
ListObjectsV2Request.withStartAfter(String startAfter) |
Sets the optional parameter indicating where you want Amazon S3 to start the object
listing from.
|