Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.QueryTransactionStatus
-
Packages that use QueryTransactionStatus Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of QueryTransactionStatus in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return QueryTransactionStatus Modifier and Type Method Description static QueryTransactionStatusQueryTransactionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QueryTransactionStatusTransaction. status()Deprecated.The status field in the GetTransaction response is deprecated and is replaced with the confirmationStatus and executionStatus fields.static QueryTransactionStatusQueryTransactionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryTransactionStatus[]QueryTransactionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.managedblockchainquery.model that return types with arguments of type QueryTransactionStatus Modifier and Type Method Description static Set<QueryTransactionStatus>QueryTransactionStatus. knownValues()Methods in software.amazon.awssdk.services.managedblockchainquery.model with parameters of type QueryTransactionStatus Modifier and Type Method Description Transaction.BuilderTransaction.Builder. status(QueryTransactionStatus status)Deprecated.The status field in the GetTransaction response is deprecated and is replaced with the confirmationStatus and executionStatus fields.
-