| Package | Description |
|---|---|
| com.amazonaws.services.qldb |
The control plane for Amazon QLDB
|
| com.amazonaws.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
CreateLedgerResult |
AbstractAmazonQLDB.createLedger(CreateLedgerRequest request) |
CreateLedgerResult |
AmazonQLDBClient.createLedger(CreateLedgerRequest request)
Creates a new ledger in your Amazon Web Services account in the current Region.
|
CreateLedgerResult |
AmazonQLDB.createLedger(CreateLedgerRequest createLedgerRequest)
Creates a new ledger in your Amazon Web Services account in the current Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLedgerResult> |
AmazonQLDBAsyncClient.createLedgerAsync(CreateLedgerRequest request,
AsyncHandler<CreateLedgerRequest,CreateLedgerResult> asyncHandler) |
Future<CreateLedgerResult> |
AbstractAmazonQLDBAsync.createLedgerAsync(CreateLedgerRequest request,
AsyncHandler<CreateLedgerRequest,CreateLedgerResult> asyncHandler) |
Future<CreateLedgerResult> |
AmazonQLDBAsync.createLedgerAsync(CreateLedgerRequest createLedgerRequest,
AsyncHandler<CreateLedgerRequest,CreateLedgerResult> asyncHandler)
Creates a new ledger in your Amazon Web Services account in the current Region.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLedgerResult |
CreateLedgerResult.clone() |
CreateLedgerResult |
CreateLedgerResult.withArn(String arn)
The Amazon Resource Name (ARN) for the ledger.
|
CreateLedgerResult |
CreateLedgerResult.withCreationDateTime(Date creationDateTime)
The date and time, in epoch time format, when the ledger was created.
|
CreateLedgerResult |
CreateLedgerResult.withDeletionProtection(Boolean deletionProtection)
The flag that prevents a ledger from being deleted by any user.
|
CreateLedgerResult |
CreateLedgerResult.withKmsKeyArn(String kmsKeyArn)
The ARN of the customer managed KMS key that the ledger uses for encryption at rest.
|
CreateLedgerResult |
CreateLedgerResult.withName(String name)
The name of the ledger.
|
CreateLedgerResult |
CreateLedgerResult.withPermissionsMode(PermissionsMode permissionsMode)
The permissions mode of the ledger that you created.
|
CreateLedgerResult |
CreateLedgerResult.withPermissionsMode(String permissionsMode)
The permissions mode of the ledger that you created.
|
CreateLedgerResult |
CreateLedgerResult.withState(LedgerState state)
The current status of the ledger.
|
CreateLedgerResult |
CreateLedgerResult.withState(String state)
The current status of the ledger.
|
Copyright © 2023. All rights reserved.