Uses of Class
software.amazon.awssdk.services.qldb.model.JournalS3ExportDescription
-
Packages that use JournalS3ExportDescription Package Description software.amazon.awssdk.services.qldb.model -
-
Uses of JournalS3ExportDescription in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return JournalS3ExportDescription Modifier and Type Method Description JournalS3ExportDescriptionDescribeJournalS3ExportResponse. exportDescription()Information about the journal export job returned by aDescribeJournalS3Exportrequest.Methods in software.amazon.awssdk.services.qldb.model that return types with arguments of type JournalS3ExportDescription Modifier and Type Method Description List<JournalS3ExportDescription>ListJournalS3ExportsForLedgerResponse. journalS3Exports()The journal export jobs that are currently associated with the specified ledger.List<JournalS3ExportDescription>ListJournalS3ExportsResponse. journalS3Exports()The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region.Methods in software.amazon.awssdk.services.qldb.model with parameters of type JournalS3ExportDescription Modifier and Type Method Description DescribeJournalS3ExportResponse.BuilderDescribeJournalS3ExportResponse.Builder. exportDescription(JournalS3ExportDescription exportDescription)Information about the journal export job returned by aDescribeJournalS3Exportrequest.ListJournalS3ExportsForLedgerResponse.BuilderListJournalS3ExportsForLedgerResponse.Builder. journalS3Exports(JournalS3ExportDescription... journalS3Exports)The journal export jobs that are currently associated with the specified ledger.ListJournalS3ExportsResponse.BuilderListJournalS3ExportsResponse.Builder. journalS3Exports(JournalS3ExportDescription... journalS3Exports)The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region.Method parameters in software.amazon.awssdk.services.qldb.model with type arguments of type JournalS3ExportDescription Modifier and Type Method Description ListJournalS3ExportsForLedgerResponse.BuilderListJournalS3ExportsForLedgerResponse.Builder. journalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)The journal export jobs that are currently associated with the specified ledger.ListJournalS3ExportsResponse.BuilderListJournalS3ExportsResponse.Builder. journalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region.
-