| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
static TransactionOutputItem.Builder |
TransactionOutputItem.builder() |
TransactionOutputItem.Builder |
TransactionOutputItem.Builder.network(QueryNetwork network)
The blockchain network where the transaction occurred.
|
TransactionOutputItem.Builder |
TransactionOutputItem.Builder.network(String network)
The blockchain network where the transaction occurred.
|
TransactionOutputItem.Builder |
TransactionOutputItem.toBuilder() |
TransactionOutputItem.Builder |
TransactionOutputItem.Builder.transactionHash(String transactionHash)
The hash of the transaction.
|
TransactionOutputItem.Builder |
TransactionOutputItem.Builder.transactionTimestamp(Instant transactionTimestamp)
The time when the transaction occurred.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TransactionOutputItem.Builder> |
TransactionOutputItem.serializableBuilderClass() |
Copyright © 2023. All rights reserved.