| Package | Description |
|---|---|
| com.amazonaws.services.qldb |
The resource management API for Amazon QLDB
|
| com.amazonaws.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateLedgerResult |
AmazonQLDBClient.updateLedger(UpdateLedgerRequest request)
Updates properties on a ledger.
|
UpdateLedgerResult |
AmazonQLDB.updateLedger(UpdateLedgerRequest updateLedgerRequest)
Updates properties on a ledger.
|
UpdateLedgerResult |
AbstractAmazonQLDB.updateLedger(UpdateLedgerRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLedgerResult> |
AmazonQLDBAsyncClient.updateLedgerAsync(UpdateLedgerRequest request) |
Future<UpdateLedgerResult> |
AmazonQLDBAsync.updateLedgerAsync(UpdateLedgerRequest updateLedgerRequest)
Updates properties on a ledger.
|
Future<UpdateLedgerResult> |
AbstractAmazonQLDBAsync.updateLedgerAsync(UpdateLedgerRequest request) |
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.
|
Future<UpdateLedgerResult> |
AbstractAmazonQLDBAsync.updateLedgerAsync(UpdateLedgerRequest request,
AsyncHandler<UpdateLedgerRequest,UpdateLedgerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<UpdateLedgerResult> |
AbstractAmazonQLDBAsync.updateLedgerAsync(UpdateLedgerRequest request,
AsyncHandler<UpdateLedgerRequest,UpdateLedgerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateLedgerResult |
UpdateLedgerResult.clone() |
UpdateLedgerResult |
UpdateLedgerResult.withArn(String arn)
The Amazon Resource Name (ARN) for the ledger.
|
UpdateLedgerResult |
UpdateLedgerResult.withCreationDateTime(Date creationDateTime)
The date and time, in epoch time format, when the ledger was created.
|
UpdateLedgerResult |
UpdateLedgerResult.withDeletionProtection(Boolean deletionProtection)
Specifies whether the ledger is protected from being deleted by any user.
|
UpdateLedgerResult |
UpdateLedgerResult.withEncryptionDescription(LedgerEncryptionDescription encryptionDescription)
Information about the encryption of data at rest in the ledger.
|
UpdateLedgerResult |
UpdateLedgerResult.withName(String name)
The name of the ledger.
|
UpdateLedgerResult |
UpdateLedgerResult.withState(LedgerState state)
The current status of the ledger.
|
UpdateLedgerResult |
UpdateLedgerResult.withState(String state)
The current status of the ledger.
|
Copyright © 2024. All rights reserved.