Uses of Interface
software.amazon.awssdk.services.qldb.model.ListJournalS3ExportsRequest.Builder
-
Packages that use ListJournalS3ExportsRequest.Builder Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDBsoftware.amazon.awssdk.services.qldb.model -
-
Uses of ListJournalS3ExportsRequest.Builder in software.amazon.awssdk.services.qldb
Method parameters in software.amazon.awssdk.services.qldb with type arguments of type ListJournalS3ExportsRequest.Builder Modifier and Type Method 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 ListJournalS3ExportsResponseQldbClient. 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 ListJournalS3ExportsPublisherQldbAsyncClient. 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 ListJournalS3ExportsIterableQldbClient. 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. -
Uses of ListJournalS3ExportsRequest.Builder in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return ListJournalS3ExportsRequest.Builder Modifier and Type Method Description static ListJournalS3ExportsRequest.BuilderListJournalS3ExportsRequest. builder()ListJournalS3ExportsRequest.BuilderListJournalS3ExportsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in a singleListJournalS3Exportsrequest.ListJournalS3ExportsRequest.BuilderListJournalS3ExportsRequest.Builder. nextToken(String nextToken)A pagination token, indicating that you want to retrieve the next page of results.ListJournalS3ExportsRequest.BuilderListJournalS3ExportsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListJournalS3ExportsRequest.BuilderListJournalS3ExportsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListJournalS3ExportsRequest.BuilderListJournalS3ExportsRequest. toBuilder()Methods in software.amazon.awssdk.services.qldb.model that return types with arguments of type ListJournalS3ExportsRequest.Builder Modifier and Type Method Description static Class<? extends ListJournalS3ExportsRequest.Builder>ListJournalS3ExportsRequest. serializableBuilderClass()
-