Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.QueryTransactionEventType
-
Packages that use QueryTransactionEventType Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of QueryTransactionEventType in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return QueryTransactionEventType Modifier and Type Method Description QueryTransactionEventTypeTransactionEvent. eventType()The type of transaction event.static QueryTransactionEventTypeQueryTransactionEventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static QueryTransactionEventTypeQueryTransactionEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryTransactionEventType[]QueryTransactionEventType. 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 QueryTransactionEventType Modifier and Type Method Description static Set<QueryTransactionEventType>QueryTransactionEventType. knownValues()Methods in software.amazon.awssdk.services.managedblockchainquery.model with parameters of type QueryTransactionEventType Modifier and Type Method Description TransactionEvent.BuilderTransactionEvent.Builder. eventType(QueryTransactionEventType eventType)The type of transaction event.
-