Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.QueryNetwork
-
Packages that use QueryNetwork Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of QueryNetwork in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return QueryNetwork Modifier and Type Method Description static QueryNetworkQueryNetwork. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QueryNetworkContractFilter. network()The blockchain network of the contract.QueryNetworkContractIdentifier. network()The blockchain network of the contract.QueryNetworkGetTransactionRequest. network()The blockchain network where the transaction occurred.QueryNetworkListTransactionEventsRequest. network()The blockchain network where the transaction events occurred.QueryNetworkListTransactionsRequest. network()The blockchain network where the transactions occurred.QueryNetworkTokenFilter. network()The blockchain network of the token.QueryNetworkTokenIdentifier. network()The blockchain network of the token.QueryNetworkTransaction. network()The blockchain network where the transaction occurred.QueryNetworkTransactionEvent. network()The blockchain network where the transaction occurred.QueryNetworkTransactionOutputItem. network()The blockchain network where the transaction occurred.static QueryNetworkQueryNetwork. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryNetwork[]QueryNetwork. 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 QueryNetwork Modifier and Type Method Description static Set<QueryNetwork>QueryNetwork. knownValues()Methods in software.amazon.awssdk.services.managedblockchainquery.model with parameters of type QueryNetwork Modifier and Type Method Description ContractFilter.BuilderContractFilter.Builder. network(QueryNetwork network)The blockchain network of the contract.ContractIdentifier.BuilderContractIdentifier.Builder. network(QueryNetwork network)The blockchain network of the contract.GetTransactionRequest.BuilderGetTransactionRequest.Builder. network(QueryNetwork network)The blockchain network where the transaction occurred.ListTransactionEventsRequest.BuilderListTransactionEventsRequest.Builder. network(QueryNetwork network)The blockchain network where the transaction events occurred.ListTransactionsRequest.BuilderListTransactionsRequest.Builder. network(QueryNetwork network)The blockchain network where the transactions occurred.TokenFilter.BuilderTokenFilter.Builder. network(QueryNetwork network)The blockchain network of the token.TokenIdentifier.BuilderTokenIdentifier.Builder. network(QueryNetwork network)The blockchain network of the token.Transaction.BuilderTransaction.Builder. network(QueryNetwork network)The blockchain network where the transaction occurred.TransactionEvent.BuilderTransactionEvent.Builder. network(QueryNetwork network)The blockchain network where the transaction occurred.TransactionOutputItem.BuilderTransactionOutputItem.Builder. network(QueryNetwork network)The blockchain network where the transaction occurred.
-