| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
JournalKinesisStreamDescription |
DescribeJournalKinesisStreamResponse.stream()
Information about the QLDB journal stream returned by a
DescribeJournalS3Export request. |
| Modifier and Type | Method and Description |
|---|---|
List<JournalKinesisStreamDescription> |
ListJournalKinesisStreamsForLedgerResponse.streams()
The QLDB journal streams that are currently associated with the given ledger.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeJournalKinesisStreamResponse.Builder |
DescribeJournalKinesisStreamResponse.Builder.stream(JournalKinesisStreamDescription stream)
Information about the QLDB journal stream returned by a
DescribeJournalS3Export request. |
ListJournalKinesisStreamsForLedgerResponse.Builder |
ListJournalKinesisStreamsForLedgerResponse.Builder.streams(JournalKinesisStreamDescription... streams)
The QLDB journal streams that are currently associated with the given ledger.
|
| Modifier and Type | Method and Description |
|---|---|
ListJournalKinesisStreamsForLedgerResponse.Builder |
ListJournalKinesisStreamsForLedgerResponse.Builder.streams(Collection<JournalKinesisStreamDescription> streams)
The QLDB journal streams that are currently associated with the given ledger.
|
Copyright © 2023. All rights reserved.