| 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 |
|---|---|
ListFilteredTransactionEventsRequest |
ListFilteredTransactionEventsRequest.clone() |
ListFilteredTransactionEventsRequest |
ListFilteredTransactionEventsRequest.withAddressIdentifierFilter(AddressIdentifierFilter addressIdentifierFilter)
This is the unique public address on the blockchain for which the transaction events are being requested.
|
ListFilteredTransactionEventsRequest |
ListFilteredTransactionEventsRequest.withConfirmationStatusFilter(ConfirmationStatusFilter confirmationStatusFilter) |
ListFilteredTransactionEventsRequest |
ListFilteredTransactionEventsRequest.withMaxResults(Integer maxResults)
The maximum number of transaction events to list.
|
ListFilteredTransactionEventsRequest |
ListFilteredTransactionEventsRequest.withNetwork(String network)
The blockchain network where the transaction occurred.
|
ListFilteredTransactionEventsRequest |
ListFilteredTransactionEventsRequest.withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListFilteredTransactionEventsRequest |
ListFilteredTransactionEventsRequest.withSort(ListFilteredTransactionEventsSort sort)
The order by which the results will be sorted.
|
ListFilteredTransactionEventsRequest |
ListFilteredTransactionEventsRequest.withTimeFilter(TimeFilter timeFilter)
This container specifies the time frame for the transaction events returned in the response.
|
ListFilteredTransactionEventsRequest |
ListFilteredTransactionEventsRequest.withVoutFilter(VoutFilter voutFilter)
This container specifies filtering attributes related to BITCOIN_VOUT event types
|
Copyright © 2024. All rights reserved.