Uses of Class
software.amazon.awssdk.services.qldb.model.LedgerSummary
-
Packages that use LedgerSummary Package Description software.amazon.awssdk.services.qldb.model -
-
Uses of LedgerSummary in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return types with arguments of type LedgerSummary Modifier and Type Method Description List<LedgerSummary>ListLedgersResponse. ledgers()The 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 LedgerSummary Modifier and Type Method Description ListLedgersResponse.BuilderListLedgersResponse.Builder. ledgers(LedgerSummary... ledgers)The 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 LedgerSummary Modifier and Type Method Description ListLedgersResponse.BuilderListLedgersResponse.Builder. ledgers(Collection<LedgerSummary> ledgers)The ledgers that are associated with the current Amazon Web Services account and Region.
-