| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
static QueryNetwork |
QueryNetwork.fromValue(String value)
Use this in place of valueOf.
|
static QueryNetwork |
QueryNetwork.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.
|
| Modifier and Type | Method and Description |
|---|---|
TokenFilter |
TokenFilter.withNetwork(QueryNetwork network)
The blockchain network of the token.
|
TransactionEvent |
TransactionEvent.withNetwork(QueryNetwork network)
The blockchain network where the transaction occurred.
|
ContractFilter |
ContractFilter.withNetwork(QueryNetwork network)
The blockchain network of the contract.
|
Transaction |
Transaction.withNetwork(QueryNetwork network)
The blockchain network where the transaction occurred.
|
TokenIdentifier |
TokenIdentifier.withNetwork(QueryNetwork network)
The blockchain network of the token.
|
ContractIdentifier |
ContractIdentifier.withNetwork(QueryNetwork network)
The blockchain network of the contract.
|
ListTransactionsRequest |
ListTransactionsRequest.withNetwork(QueryNetwork network)
The blockchain network where the transactions occurred.
|
ListTransactionEventsRequest |
ListTransactionEventsRequest.withNetwork(QueryNetwork network)
The blockchain network where the transaction events occurred.
|
GetTransactionRequest |
GetTransactionRequest.withNetwork(QueryNetwork network)
The blockchain network where the transaction occurred.
|
TransactionOutputItem |
TransactionOutputItem.withNetwork(QueryNetwork network)
The blockchain network where the transaction occurred.
|
Copyright © 2025. All rights reserved.