| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListObjectVersionsResponse |
S3Client.listObjectVersions(Consumer<ListObjectVersionsRequest.Builder> listObjectVersionsRequest)
Returns metadata about all of the versions of objects in a bucket.
|
default ListObjectVersionsResponse |
S3Client.listObjectVersions(ListObjectVersionsRequest listObjectVersionsRequest)
Returns metadata about all of the versions of objects in a bucket.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListObjectVersionsResponse> |
S3AsyncClient.listObjectVersions(Consumer<ListObjectVersionsRequest.Builder> listObjectVersionsRequest)
Returns metadata about all of the versions of objects in a bucket.
|
default CompletableFuture<ListObjectVersionsResponse> |
S3AsyncClient.listObjectVersions(ListObjectVersionsRequest listObjectVersionsRequest)
Returns metadata about all of the versions of objects in a bucket.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListObjectVersionsResponse> |
ListObjectVersionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListObjectVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListObjectVersionsResponse> subscriber) |
Copyright © 2020. All rights reserved.