| 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 BatchGetTokenBalanceResponse |
ManagedBlockchainQueryClient.batchGetTokenBalance(BatchGetTokenBalanceRequest batchGetTokenBalanceRequest)
Gets the token balance for a batch of tokens by using the
GetTokenBalance action for every token in
the request. |
default BatchGetTokenBalanceResponse |
ManagedBlockchainQueryClient.batchGetTokenBalance(Consumer<BatchGetTokenBalanceRequest.Builder> batchGetTokenBalanceRequest)
Gets the token balance for a batch of tokens by using the
GetTokenBalance action for every token in
the request. |
default GetTokenBalanceResponse |
ManagedBlockchainQueryClient.getTokenBalance(Consumer<GetTokenBalanceRequest.Builder> getTokenBalanceRequest)
Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the
blockchain.
|
default GetTokenBalanceResponse |
ManagedBlockchainQueryClient.getTokenBalance(GetTokenBalanceRequest getTokenBalanceRequest)
Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the
blockchain.
|
default GetTransactionResponse |
ManagedBlockchainQueryClient.getTransaction(Consumer<GetTransactionRequest.Builder> getTransactionRequest)
Get the details of a transaction.
|
default GetTransactionResponse |
ManagedBlockchainQueryClient.getTransaction(GetTransactionRequest getTransactionRequest)
Get the details of a transaction.
|
default ListTokenBalancesResponse |
ManagedBlockchainQueryClient.listTokenBalances(Consumer<ListTokenBalancesRequest.Builder> listTokenBalancesRequest)
This action returns the following for a given a blockchain network:
|
default ListTokenBalancesResponse |
ManagedBlockchainQueryClient.listTokenBalances(ListTokenBalancesRequest listTokenBalancesRequest)
This action returns the following for a given a blockchain network:
|
default ListTokenBalancesIterable |
ManagedBlockchainQueryClient.listTokenBalancesPaginator(Consumer<ListTokenBalancesRequest.Builder> listTokenBalancesRequest)
This action returns the following for a given a blockchain network:
|
default ListTokenBalancesIterable |
ManagedBlockchainQueryClient.listTokenBalancesPaginator(ListTokenBalancesRequest listTokenBalancesRequest)
This action returns the following for a given a blockchain network:
|
default ListTransactionEventsResponse |
ManagedBlockchainQueryClient.listTransactionEvents(Consumer<ListTransactionEventsRequest.Builder> listTransactionEventsRequest)
An array of
TransactionEvent objects. |
default ListTransactionEventsResponse |
ManagedBlockchainQueryClient.listTransactionEvents(ListTransactionEventsRequest listTransactionEventsRequest)
An array of
TransactionEvent objects. |
default ListTransactionEventsIterable |
ManagedBlockchainQueryClient.listTransactionEventsPaginator(Consumer<ListTransactionEventsRequest.Builder> listTransactionEventsRequest)
An array of
TransactionEvent objects. |
default ListTransactionEventsIterable |
ManagedBlockchainQueryClient.listTransactionEventsPaginator(ListTransactionEventsRequest listTransactionEventsRequest)
An array of
TransactionEvent objects. |
default ListTransactionsResponse |
ManagedBlockchainQueryClient.listTransactions(Consumer<ListTransactionsRequest.Builder> listTransactionsRequest)
Lists all of the transactions on a given wallet address or to a specific contract.
|
default ListTransactionsResponse |
ManagedBlockchainQueryClient.listTransactions(ListTransactionsRequest 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 ListTransactionsIterable |
ManagedBlockchainQueryClient.listTransactionsPaginator(ListTransactionsRequest listTransactionsRequest)
Lists all of the transactions on a given wallet address or to a specific contract.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
The Amazon Web Services account doesn’t have access to this resource.
|
class |
InternalServerException
The request processing has failed because of an internal error in the service.
|
class |
ResourceNotFoundException
The resource was not found.
|
class |
ServiceQuotaExceededException
The service quota has been exceeded for this resource.
|
class |
ThrottlingException
The request or operation couldn't be performed because a service is throttling requests.
|
class |
ValidationException
The resource passed is invalid.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedBlockchainQueryException |
ManagedBlockchainQueryException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(ManagedBlockchainQueryException ex) |
Copyright © 2023. All rights reserved.