Uses of Class
software.amazon.awssdk.services.qldb.model.DescribeJournalS3ExportRequest
-
Packages that use DescribeJournalS3ExportRequest Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDBsoftware.amazon.awssdk.services.qldb.transform -
-
Uses of DescribeJournalS3ExportRequest in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb with parameters of type DescribeJournalS3ExportRequest Modifier and Type Method Description 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.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. -
Uses of DescribeJournalS3ExportRequest in software.amazon.awssdk.services.qldb.transform
Methods in software.amazon.awssdk.services.qldb.transform with parameters of type DescribeJournalS3ExportRequest Modifier and Type Method Description SdkHttpFullRequestDescribeJournalS3ExportRequestMarshaller. marshall(DescribeJournalS3ExportRequest describeJournalS3ExportRequest)
-