| Package | Description |
|---|---|
| com.amazonaws.services.qldb |
The control plane for Amazon QLDB
|
| com.amazonaws.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLedgerResult> |
AbstractAmazonQLDBAsync.updateLedgerAsync(UpdateLedgerRequest request,
AsyncHandler<UpdateLedgerRequest,UpdateLedgerResult> asyncHandler) |
Future<UpdateLedgerResult> |
AmazonQLDBAsyncClient.updateLedgerAsync(UpdateLedgerRequest request,
AsyncHandler<UpdateLedgerRequest,UpdateLedgerResult> asyncHandler) |
Future<UpdateLedgerResult> |
AmazonQLDBAsync.updateLedgerAsync(UpdateLedgerRequest updateLedgerRequest,
AsyncHandler<UpdateLedgerRequest,UpdateLedgerResult> asyncHandler)
Updates properties on a ledger.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLedgerRequest |
UpdateLedgerRequest.clone() |
UpdateLedgerRequest |
UpdateLedgerRequest.withDeletionProtection(Boolean deletionProtection)
The flag that prevents a ledger from being deleted by any user.
|
UpdateLedgerRequest |
UpdateLedgerRequest.withName(String name)
The name of the ledger.
|
Copyright © 2021. All rights reserved.