| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb |
The resource management API for Amazon QLDB
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateLedgerResponse |
QldbClient.updateLedger(Consumer<UpdateLedgerRequest.Builder> updateLedgerRequest)
Updates properties on a ledger.
|
default UpdateLedgerResponse |
QldbClient.updateLedger(UpdateLedgerRequest updateLedgerRequest)
Updates properties on a ledger.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateLedgerResponse> |
QldbAsyncClient.updateLedger(Consumer<UpdateLedgerRequest.Builder> updateLedgerRequest)
Updates properties on a ledger.
|
default CompletableFuture<UpdateLedgerResponse> |
QldbAsyncClient.updateLedger(UpdateLedgerRequest updateLedgerRequest)
Updates properties on a ledger.
|
Copyright © 2023. All rights reserved.