| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
TransactionOutputItem |
TransactionOutputItem.clone() |
TransactionOutputItem |
TransactionOutputItem.withConfirmationStatus(ConfirmationStatus confirmationStatus)
Specifies whether to list transactions that have not reached Finality.
|
TransactionOutputItem |
TransactionOutputItem.withConfirmationStatus(String confirmationStatus)
Specifies whether to list transactions that have not reached Finality.
|
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 a transaction.
|
TransactionOutputItem |
TransactionOutputItem.withTransactionId(String transactionId)
The identifier of a Bitcoin 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 © 2025. All rights reserved.