| 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 |
|---|---|
Future<ListTransactionsResult> |
AmazonManagedBlockchainQueryAsyncClient.listTransactionsAsync(ListTransactionsRequest request,
AsyncHandler<ListTransactionsRequest,ListTransactionsResult> asyncHandler) |
Future<ListTransactionsResult> |
AmazonManagedBlockchainQueryAsync.listTransactionsAsync(ListTransactionsRequest listTransactionsRequest,
AsyncHandler<ListTransactionsRequest,ListTransactionsResult> asyncHandler)
Lists all the transaction events for a transaction.
|
Future<ListTransactionsResult> |
AbstractAmazonManagedBlockchainQueryAsync.listTransactionsAsync(ListTransactionsRequest request,
AsyncHandler<ListTransactionsRequest,ListTransactionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTransactionsRequest |
ListTransactionsRequest.clone() |
ListTransactionsRequest |
ListTransactionsRequest.withAddress(String address)
The address (either a contract or wallet), whose transactions are being requested.
|
ListTransactionsRequest |
ListTransactionsRequest.withConfirmationStatusFilter(ConfirmationStatusFilter confirmationStatusFilter)
This filter is used to include transactions in the response that haven't reached finality
.
|
ListTransactionsRequest |
ListTransactionsRequest.withFromBlockchainInstant(BlockchainInstant fromBlockchainInstant) |
ListTransactionsRequest |
ListTransactionsRequest.withMaxResults(Integer maxResults)
The maximum number of transactions to list.
|
ListTransactionsRequest |
ListTransactionsRequest.withNetwork(QueryNetwork network)
The blockchain network where the transactions occurred.
|
ListTransactionsRequest |
ListTransactionsRequest.withNetwork(String network)
The blockchain network where the transactions occurred.
|
ListTransactionsRequest |
ListTransactionsRequest.withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListTransactionsRequest |
ListTransactionsRequest.withSort(ListTransactionsSort sort)
The order by which the results will be sorted.
|
ListTransactionsRequest |
ListTransactionsRequest.withToBlockchainInstant(BlockchainInstant toBlockchainInstant) |
Copyright © 2024. All rights reserved.