| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
static TransactionStatus |
TransactionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TransactionStatus |
CommitTransactionResponse.transactionStatus()
The status of the transaction.
|
TransactionStatus |
TransactionDescription.transactionStatus()
A status of ACTIVE, COMMITTED, or ABORTED.
|
static TransactionStatus |
TransactionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionStatus[] |
TransactionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TransactionStatus> |
TransactionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CommitTransactionResponse.Builder |
CommitTransactionResponse.Builder.transactionStatus(TransactionStatus transactionStatus)
The status of the transaction.
|
TransactionDescription.Builder |
TransactionDescription.Builder.transactionStatus(TransactionStatus transactionStatus)
A status of ACTIVE, COMMITTED, or ABORTED.
|
Copyright © 2022. All rights reserved.