Uses of Class
software.amazon.awssdk.services.lakeformation.model.TransactionStatus
-
Packages that use TransactionStatus Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of TransactionStatus in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return TransactionStatus Modifier and Type Method Description static TransactionStatusTransactionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TransactionStatusCommitTransactionResponse. transactionStatus()The status of the transaction.TransactionStatusTransactionDescription. transactionStatus()A status of ACTIVE, COMMITTED, or ABORTED.static TransactionStatusTransactionStatus. 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.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type TransactionStatus Modifier and Type Method Description static Set<TransactionStatus>TransactionStatus. knownValues()Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type TransactionStatus Modifier and Type Method Description CommitTransactionResponse.BuilderCommitTransactionResponse.Builder. transactionStatus(TransactionStatus transactionStatus)The status of the transaction.TransactionDescription.BuilderTransactionDescription.Builder. transactionStatus(TransactionStatus transactionStatus)A status of ACTIVE, COMMITTED, or ABORTED.
-