| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb |
The resource management API for Amazon QLDB
|
| software.amazon.awssdk.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListJournalS3ExportsResponse> |
QldbAsyncClient.listJournalS3Exports(Consumer<ListJournalS3ExportsRequest.Builder> listJournalS3ExportsRequest)
Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account
and Region.
|
default ListJournalS3ExportsResponse |
QldbClient.listJournalS3Exports(Consumer<ListJournalS3ExportsRequest.Builder> listJournalS3ExportsRequest)
Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account
and Region.
|
default ListJournalS3ExportsPublisher |
QldbAsyncClient.listJournalS3ExportsPaginator(Consumer<ListJournalS3ExportsRequest.Builder> listJournalS3ExportsRequest)
Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account
and Region.
|
default ListJournalS3ExportsIterable |
QldbClient.listJournalS3ExportsPaginator(Consumer<ListJournalS3ExportsRequest.Builder> listJournalS3ExportsRequest)
Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account
and Region.
|
| Modifier and Type | Method and Description |
|---|---|
static ListJournalS3ExportsRequest.Builder |
ListJournalS3ExportsRequest.builder() |
ListJournalS3ExportsRequest.Builder |
ListJournalS3ExportsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in a single
ListJournalS3Exports request. |
ListJournalS3ExportsRequest.Builder |
ListJournalS3ExportsRequest.Builder.nextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results.
|
ListJournalS3ExportsRequest.Builder |
ListJournalS3ExportsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListJournalS3ExportsRequest.Builder |
ListJournalS3ExportsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListJournalS3ExportsRequest.Builder |
ListJournalS3ExportsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListJournalS3ExportsRequest.Builder> |
ListJournalS3ExportsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.