Package | Description |
---|---|
software.amazon.awssdk.services.s3 |
|
software.amazon.awssdk.services.s3.paginators | |
software.amazon.awssdk.services.s3.transform |
Modifier and Type | Method and Description |
---|---|
default ListObjectsV2Response |
S3Client.listObjectsV2(ListObjectsV2Request listObjectsV2Request)
Returns some or all (up to 1,000) of the objects in a bucket.
|
default CompletableFuture<ListObjectsV2Response> |
S3AsyncClient.listObjectsV2(ListObjectsV2Request listObjectsV2Request)
Returns some or all (up to 1,000) of the objects in a bucket.
|
default ListObjectsV2Iterable |
S3Client.listObjectsV2Paginator(ListObjectsV2Request listObjectsV2Request)
Returns some or all (up to 1,000) of the objects in a bucket.
|
default ListObjectsV2Publisher |
S3AsyncClient.listObjectsV2Paginator(ListObjectsV2Request listObjectsV2Request)
Returns some or all (up to 1,000) of the objects in a bucket.
|
Constructor and Description |
---|
ListObjectsV2Iterable(S3Client client,
ListObjectsV2Request firstRequest) |
ListObjectsV2Publisher(S3AsyncClient client,
ListObjectsV2Request firstRequest) |
Modifier and Type | Method and Description |
---|---|
SdkHttpFullRequest |
ListObjectsV2RequestMarshaller.marshall(ListObjectsV2Request listObjectsV2Request) |
Copyright © 2020. All rights reserved.