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 |
---|---|
ObjectListing |
AbstractAmazonS3.listObjects(ListObjectsRequest listObjectsRequest) |
ObjectListing |
AmazonS3Client.listObjects(ListObjectsRequest listObjectsRequest) |
ObjectListing |
AmazonS3.listObjects(ListObjectsRequest listObjectsRequest)
Returns a list of summary information about the objects in the specified
bucket.
|
Modifier and Type | Method and Description |
---|---|
ListObjectsRequest |
ListNextBatchOfObjectsRequest.toListObjectsRequest()
Creates a new
ListObjectsRequest object using the previous object listing. |
ListObjectsRequest |
ListObjectsRequest.withBucketName(String bucketName)
The name of the bucket containing the objects.
|
ListObjectsRequest |
ListObjectsRequest.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
ObjectListing.getCommonPrefixes() list. |
ListObjectsRequest |
ListObjectsRequest.withEncodingType(String encodingType)
Sets the optional
encodingType parameter indicating the
encoding method to be applied on the response. |
ListObjectsRequest |
ListObjectsRequest.withExpectedBucketOwner(String expectedBucketOwner) |
ListObjectsRequest |
ListObjectsRequest.withMarker(String marker)
Sets the optional marker parameter indicating where in the bucket to begin
listing.
|
ListObjectsRequest |
ListObjectsRequest.withMaxKeys(Integer maxKeys)
Sets the optional
maxKeys parameter indicating the maximum number of keys to
include in the response. |
ListObjectsRequest |
ListObjectsRequest.withPrefix(String prefix)
Sets the optional prefix parameter restricting the response to keys that
begin with the specified prefix.
|
ListObjectsRequest |
ListObjectsRequest.withRequesterPays(boolean isRequesterPays)
Used for conducting this operation from a Requester Pays Bucket.
|
Copyright © 2022. All rights reserved.