| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
default ListTransactionsResponse |
ManagedBlockchainQueryClient.listTransactions(Consumer<ListTransactionsRequest.Builder> listTransactionsRequest)
Lists all of the transactions on a given wallet address or to a specific contract.
|
default CompletableFuture<ListTransactionsResponse> |
ManagedBlockchainQueryAsyncClient.listTransactions(Consumer<ListTransactionsRequest.Builder> listTransactionsRequest)
Lists all of the transactions on a given wallet address or to a specific contract.
|
default ListTransactionsIterable |
ManagedBlockchainQueryClient.listTransactionsPaginator(Consumer<ListTransactionsRequest.Builder> listTransactionsRequest)
Lists all of the transactions on a given wallet address or to a specific contract.
|
default ListTransactionsPublisher |
ManagedBlockchainQueryAsyncClient.listTransactionsPaginator(Consumer<ListTransactionsRequest.Builder> listTransactionsRequest)
Lists all of the transactions on a given wallet address or to a specific contract.
|
| Modifier and Type | Method and Description |
|---|---|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.address(String address)
The address (either a contract or wallet), whose transactions are being requested.
|
static ListTransactionsRequest.Builder |
ListTransactionsRequest.builder() |
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.fromBlockchainInstant(BlockchainInstant fromBlockchainInstant)
Sets the value of the FromBlockchainInstant property for this object.
|
default ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.fromBlockchainInstant(Consumer<BlockchainInstant.Builder> fromBlockchainInstant)
Sets the value of the FromBlockchainInstant property for this object.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of transactions to list.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.network(QueryNetwork network)
The blockchain network where the transactions occurred.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.network(String network)
The blockchain network where the transactions occurred.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.sort(Consumer<ListTransactionsSort.Builder> sort)
Sorts items in an ascending order if the first page starts at
fromTime. |
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.sort(ListTransactionsSort sort)
Sorts items in an ascending order if the first page starts at
fromTime. |
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.toBlockchainInstant(BlockchainInstant toBlockchainInstant)
Sets the value of the ToBlockchainInstant property for this object.
|
default ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.toBlockchainInstant(Consumer<BlockchainInstant.Builder> toBlockchainInstant)
Sets the value of the ToBlockchainInstant property for this object.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTransactionsRequest.Builder> |
ListTransactionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.