| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
JournalS3ExportDescription |
DescribeJournalS3ExportResponse.exportDescription()
Information about the journal export job returned by a
DescribeJournalS3Export request. |
| Modifier and Type | Method and Description |
|---|---|
List<JournalS3ExportDescription> |
ListJournalS3ExportsForLedgerResponse.journalS3Exports()
The array of journal export job descriptions that are associated with the specified ledger.
|
List<JournalS3ExportDescription> |
ListJournalS3ExportsResponse.journalS3Exports()
The array of journal export job descriptions for all ledgers that are associated with the current Amazon Web
Services account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeJournalS3ExportResponse.Builder |
DescribeJournalS3ExportResponse.Builder.exportDescription(JournalS3ExportDescription exportDescription)
Information about the journal export job returned by a
DescribeJournalS3Export request. |
ListJournalS3ExportsForLedgerResponse.Builder |
ListJournalS3ExportsForLedgerResponse.Builder.journalS3Exports(JournalS3ExportDescription... journalS3Exports)
The array of journal export job descriptions that are associated with the specified ledger.
|
ListJournalS3ExportsResponse.Builder |
ListJournalS3ExportsResponse.Builder.journalS3Exports(JournalS3ExportDescription... journalS3Exports)
The array of journal export job descriptions for all ledgers that are associated with the current Amazon Web
Services account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListJournalS3ExportsForLedgerResponse.Builder |
ListJournalS3ExportsForLedgerResponse.Builder.journalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The array of journal export job descriptions that are associated with the specified ledger.
|
ListJournalS3ExportsResponse.Builder |
ListJournalS3ExportsResponse.Builder.journalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The array of journal export job descriptions for all ledgers that are associated with the current Amazon Web
Services account and Region.
|
Copyright © 2022. All rights reserved.