| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
default ListObjectsV2Response |
S3Client.listObjectsV2(Consumer<ListObjectsV2Request.Builder> listObjectsV2Request)
Returns some or all (up to 1,000) of the objects in a bucket with each request.
|
default CompletableFuture<ListObjectsV2Response> |
S3AsyncClient.listObjectsV2(Consumer<ListObjectsV2Request.Builder> listObjectsV2Request)
Returns some or all (up to 1,000) of the objects in a bucket with each request.
|
default ListObjectsV2Iterable |
S3Client.listObjectsV2Paginator(Consumer<ListObjectsV2Request.Builder> listObjectsV2Request)
Returns some or all (up to 1,000) of the objects in a bucket with each request.
|
default ListObjectsV2Publisher |
S3AsyncClient.listObjectsV2Paginator(Consumer<ListObjectsV2Request.Builder> listObjectsV2Request)
Returns some or all (up to 1,000) of the objects in a bucket with each request.
|
| Modifier and Type | Method and Description |
|---|---|
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.bucket(String bucket)
Bucket name to list.
|
static ListObjectsV2Request.Builder |
ListObjectsV2Request.builder() |
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.continuationToken(String continuationToken)
ContinuationToken indicates to Amazon S3 that the list is being continued on this bucket with a
token. |
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.delimiter(String delimiter)
A delimiter is a character that you use to group keys.
|
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.encodingType(EncodingType encodingType)
Encoding type used by Amazon S3 to encode object keys in the response.
|
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.encodingType(String encodingType)
Encoding type used by Amazon S3 to encode object keys in the response.
|
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.fetchOwner(Boolean fetchOwner)
The owner field is not present in
ListObjectsV2 by default. |
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.maxKeys(Integer maxKeys)
Sets the maximum number of keys returned in the response.
|
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.optionalObjectAttributes(Collection<OptionalObjectAttributes> optionalObjectAttributes)
Specifies the optional fields that you want returned in the response.
|
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.optionalObjectAttributes(OptionalObjectAttributes... optionalObjectAttributes)
Specifies the optional fields that you want returned in the response.
|
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.optionalObjectAttributesWithStrings(Collection<String> optionalObjectAttributes)
Specifies the optional fields that you want returned in the response.
|
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.optionalObjectAttributesWithStrings(String... optionalObjectAttributes)
Specifies the optional fields that you want returned in the response.
|
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.prefix(String prefix)
Limits the response to keys that begin with the specified prefix.
|
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.requestPayer(RequestPayer requestPayer)
Confirms that the requester knows that she or he will be charged for the list objects request in V2 style.
|
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.requestPayer(String requestPayer)
Confirms that the requester knows that she or he will be charged for the list objects request in V2 style.
|
ListObjectsV2Request.Builder |
ListObjectsV2Request.Builder.startAfter(String startAfter)
StartAfter is where you want Amazon S3 to start listing from.
|
ListObjectsV2Request.Builder |
ListObjectsV2Request.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListObjectsV2Request.Builder> |
ListObjectsV2Request.serializableBuilderClass() |
Copyright © 2023. All rights reserved.