Uses of Class
software.amazon.awssdk.services.qldb.model.CreateLedgerResponse
-
Packages that use CreateLedgerResponse Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDB -
-
Uses of CreateLedgerResponse in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb that return CreateLedgerResponse Modifier and Type Method Description default CreateLedgerResponseQldbClient. createLedger(Consumer<CreateLedgerRequest.Builder> createLedgerRequest)Creates a new ledger in your Amazon Web Services account in the current Region.default CreateLedgerResponseQldbClient. createLedger(CreateLedgerRequest createLedgerRequest)Creates a new ledger in your Amazon Web Services account in the current Region.Methods in software.amazon.awssdk.services.qldb that return types with arguments of type CreateLedgerResponse Modifier and Type Method Description default CompletableFuture<CreateLedgerResponse>QldbAsyncClient. createLedger(Consumer<CreateLedgerRequest.Builder> createLedgerRequest)Creates a new ledger in your Amazon Web Services account in the current Region.default CompletableFuture<CreateLedgerResponse>QldbAsyncClient. createLedger(CreateLedgerRequest createLedgerRequest)Creates a new ledger in your Amazon Web Services account in the current Region.
-