| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
TransactionOutputItem |
TransactionOutputItem.clone() |
TransactionOutputItem |
TransactionOutputItem.withNetwork(QueryNetwork network)
The blockchain network where the transaction occurred.
|
TransactionOutputItem |
TransactionOutputItem.withNetwork(String network)
The blockchain network where the transaction occurred.
|
TransactionOutputItem |
TransactionOutputItem.withTransactionHash(String transactionHash)
The hash of the transaction.
|
TransactionOutputItem |
TransactionOutputItem.withTransactionTimestamp(Date transactionTimestamp)
The time when the transaction occurred.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransactionOutputItem> |
ListTransactionsResult.getTransactions()
The array of transactions returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListTransactionsResult |
ListTransactionsResult.withTransactions(TransactionOutputItem... transactions)
The array of transactions returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTransactionsResult.setTransactions(Collection<TransactionOutputItem> transactions)
The array of transactions returned by the request.
|
ListTransactionsResult |
ListTransactionsResult.withTransactions(Collection<TransactionOutputItem> transactions)
The array of transactions returned by the request.
|
Copyright © 2023. All rights reserved.