| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
static QueryNetwork |
QueryNetwork.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
QueryNetwork |
ListTransactionsRequest.network()
The blockchain network where the transactions occurred.
|
QueryNetwork |
TokenFilter.network()
The blockchain network of the token.
|
QueryNetwork |
GetTransactionRequest.network()
The blockchain network where the transaction occurred.
|
QueryNetwork |
Transaction.network()
The blockchain network where the transaction occured.
|
QueryNetwork |
ListTransactionEventsRequest.network()
The blockchain network where the transaction events occurred.
|
QueryNetwork |
TransactionEvent.network()
The blockchain network where the transaction occurred.
|
QueryNetwork |
TransactionOutputItem.network()
The blockchain network where the transaction occurred.
|
QueryNetwork |
TokenIdentifier.network()
The blockchain network of the token.
|
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 |
|---|---|
static Set<QueryNetwork> |
QueryNetwork.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.network(QueryNetwork network)
The blockchain network where the transactions occurred.
|
TokenFilter.Builder |
TokenFilter.Builder.network(QueryNetwork network)
The blockchain network of the token.
|
GetTransactionRequest.Builder |
GetTransactionRequest.Builder.network(QueryNetwork network)
The blockchain network where the transaction occurred.
|
Transaction.Builder |
Transaction.Builder.network(QueryNetwork network)
The blockchain network where the transaction occured.
|
ListTransactionEventsRequest.Builder |
ListTransactionEventsRequest.Builder.network(QueryNetwork network)
The blockchain network where the transaction events occurred.
|
TransactionEvent.Builder |
TransactionEvent.Builder.network(QueryNetwork network)
The blockchain network where the transaction occurred.
|
TransactionOutputItem.Builder |
TransactionOutputItem.Builder.network(QueryNetwork network)
The blockchain network where the transaction occurred.
|
TokenIdentifier.Builder |
TokenIdentifier.Builder.network(QueryNetwork network)
The blockchain network of the token.
|
Copyright © 2023. All rights reserved.