Uses of Class
software.amazon.awssdk.services.qldb.model.JournalKinesisStreamDescription
-
Packages that use JournalKinesisStreamDescription Package Description software.amazon.awssdk.services.qldb.model -
-
Uses of JournalKinesisStreamDescription in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return JournalKinesisStreamDescription Modifier and Type Method Description JournalKinesisStreamDescriptionDescribeJournalKinesisStreamResponse. stream()Information about the QLDB journal stream returned by aDescribeJournalS3Exportrequest.Methods in software.amazon.awssdk.services.qldb.model that return types with arguments of type JournalKinesisStreamDescription Modifier and Type Method Description List<JournalKinesisStreamDescription>ListJournalKinesisStreamsForLedgerResponse. streams()The QLDB journal streams that are currently associated with the given ledger.Methods in software.amazon.awssdk.services.qldb.model with parameters of type JournalKinesisStreamDescription Modifier and Type Method Description DescribeJournalKinesisStreamResponse.BuilderDescribeJournalKinesisStreamResponse.Builder. stream(JournalKinesisStreamDescription stream)Information about the QLDB journal stream returned by aDescribeJournalS3Exportrequest.ListJournalKinesisStreamsForLedgerResponse.BuilderListJournalKinesisStreamsForLedgerResponse.Builder. streams(JournalKinesisStreamDescription... streams)The QLDB journal streams that are currently associated with the given ledger.Method parameters in software.amazon.awssdk.services.qldb.model with type arguments of type JournalKinesisStreamDescription Modifier and Type Method Description ListJournalKinesisStreamsForLedgerResponse.BuilderListJournalKinesisStreamsForLedgerResponse.Builder. streams(Collection<JournalKinesisStreamDescription> streams)The QLDB journal streams that are currently associated with the given ledger.
-