| Package | Description |
|---|---|
| com.amazonaws.services.qldb |
The resource management API 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)
Specifies whether the ledger is protected from being deleted by any user.
|
UpdateLedgerRequest |
UpdateLedgerRequest.withKmsKey(String kmsKey)
The key in Key Management Service (KMS) to use for encryption of data at rest in the ledger.
|
UpdateLedgerRequest |
UpdateLedgerRequest.withName(String name)
The name of the ledger.
|
Copyright © 2023. All rights reserved.