Uses of Class
software.amazon.awssdk.services.qldb.model.DescribeJournalS3ExportResponse
-
Packages that use DescribeJournalS3ExportResponse Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDB -
-
Uses of DescribeJournalS3ExportResponse in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb that return DescribeJournalS3ExportResponse Modifier and Type Method Description default DescribeJournalS3ExportResponseQldbClient. describeJournalS3Export(Consumer<DescribeJournalS3ExportRequest.Builder> describeJournalS3ExportRequest)Returns information about a journal export job, including the ledger name, export ID, creation time, current status, and the parameters of the original export creation request.default DescribeJournalS3ExportResponseQldbClient. describeJournalS3Export(DescribeJournalS3ExportRequest describeJournalS3ExportRequest)Returns information about a journal export job, including the ledger name, export ID, creation time, current status, and the parameters of the original export creation request.Methods in software.amazon.awssdk.services.qldb that return types with arguments of type DescribeJournalS3ExportResponse Modifier and Type Method Description default CompletableFuture<DescribeJournalS3ExportResponse>QldbAsyncClient. describeJournalS3Export(Consumer<DescribeJournalS3ExportRequest.Builder> describeJournalS3ExportRequest)Returns information about a journal export job, including the ledger name, export ID, creation time, current status, and the parameters of the original export creation request.default CompletableFuture<DescribeJournalS3ExportResponse>QldbAsyncClient. describeJournalS3Export(DescribeJournalS3ExportRequest describeJournalS3ExportRequest)Returns information about a journal export job, including the ledger name, export ID, creation time, current status, and the parameters of the original export creation request.
-