| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery |
Amazon Managed Blockchain (AMB) Query provides you with convenient access to multi-blockchain network data, which
makes it easier for you to extract contextual data related to blockchain activity.
|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
ListFilteredTransactionEventsResult |
AmazonManagedBlockchainQueryClient.listFilteredTransactionEvents(ListFilteredTransactionEventsRequest request)
Lists all the transaction events for an address on the blockchain.
|
ListFilteredTransactionEventsResult |
AmazonManagedBlockchainQuery.listFilteredTransactionEvents(ListFilteredTransactionEventsRequest listFilteredTransactionEventsRequest)
Lists all the transaction events for an address on the blockchain.
|
ListFilteredTransactionEventsResult |
AbstractAmazonManagedBlockchainQuery.listFilteredTransactionEvents(ListFilteredTransactionEventsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ListFilteredTransactionEventsResult |
ListFilteredTransactionEventsResult.clone() |
ListFilteredTransactionEventsResult |
ListFilteredTransactionEventsResult.withEvents(Collection<TransactionEvent> events)
The transaction events returned by the request.
|
ListFilteredTransactionEventsResult |
ListFilteredTransactionEventsResult.withEvents(TransactionEvent... events)
The transaction events returned by the request.
|
ListFilteredTransactionEventsResult |
ListFilteredTransactionEventsResult.withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
Copyright © 2025. All rights reserved.