| Package | Description |
|---|---|
| com.amazonaws.services.qldb |
The control plane for Amazon QLDB
|
| com.amazonaws.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteLedgerResult> |
AmazonQLDBAsyncClient.deleteLedgerAsync(DeleteLedgerRequest request,
AsyncHandler<DeleteLedgerRequest,DeleteLedgerResult> asyncHandler) |
Future<DeleteLedgerResult> |
AmazonQLDBAsync.deleteLedgerAsync(DeleteLedgerRequest deleteLedgerRequest,
AsyncHandler<DeleteLedgerRequest,DeleteLedgerResult> asyncHandler)
Deletes a ledger and all of its contents.
|
Future<DeleteLedgerResult> |
AbstractAmazonQLDBAsync.deleteLedgerAsync(DeleteLedgerRequest request,
AsyncHandler<DeleteLedgerRequest,DeleteLedgerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteLedgerRequest |
DeleteLedgerRequest.clone() |
DeleteLedgerRequest |
DeleteLedgerRequest.withName(String name)
The name of the ledger that you want to delete.
|
Copyright © 2023. All rights reserved.