@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonManagedBlockchainQueryAsync extends AbstractAmazonManagedBlockchainQuery implements AmazonManagedBlockchainQueryAsync
AmazonManagedBlockchainQueryAsync. Convenient method forms pass through to the
 corresponding overload that takes a request object and an AsyncHandler, which throws an
 UnsupportedOperationException.ENDPOINT_PREFIXbatchGetTokenBalance, getCachedResponseMetadata, getTokenBalance, getTransaction, listTokenBalances, listTransactionEvents, listTransactions, shutdownequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbatchGetTokenBalance, getCachedResponseMetadata, getTokenBalance, getTransaction, listTokenBalances, listTransactionEvents, listTransactions, shutdownpublic Future<BatchGetTokenBalanceResult> batchGetTokenBalanceAsync(BatchGetTokenBalanceRequest request)
AmazonManagedBlockchainQueryAsync
 Gets the token balance for a batch of tokens by using the GetTokenBalance action for every token in
 the request.
 
Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
batchGetTokenBalanceAsync in interface AmazonManagedBlockchainQueryAsyncpublic Future<BatchGetTokenBalanceResult> batchGetTokenBalanceAsync(BatchGetTokenBalanceRequest request, AsyncHandler<BatchGetTokenBalanceRequest,BatchGetTokenBalanceResult> asyncHandler)
AmazonManagedBlockchainQueryAsync
 Gets the token balance for a batch of tokens by using the GetTokenBalance action for every token in
 the request.
 
Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
batchGetTokenBalanceAsync in interface AmazonManagedBlockchainQueryAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<GetTokenBalanceResult> getTokenBalanceAsync(GetTokenBalanceRequest request)
AmazonManagedBlockchainQueryAsyncGets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain.
Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
getTokenBalanceAsync in interface AmazonManagedBlockchainQueryAsyncpublic Future<GetTokenBalanceResult> getTokenBalanceAsync(GetTokenBalanceRequest request, AsyncHandler<GetTokenBalanceRequest,GetTokenBalanceResult> asyncHandler)
AmazonManagedBlockchainQueryAsyncGets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain.
Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
getTokenBalanceAsync in interface AmazonManagedBlockchainQueryAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<GetTransactionResult> getTransactionAsync(GetTransactionRequest request)
AmazonManagedBlockchainQueryAsyncGet the details of a transaction.
getTransactionAsync in interface AmazonManagedBlockchainQueryAsyncpublic Future<GetTransactionResult> getTransactionAsync(GetTransactionRequest request, AsyncHandler<GetTransactionRequest,GetTransactionResult> asyncHandler)
AmazonManagedBlockchainQueryAsyncGet the details of a transaction.
getTransactionAsync in interface AmazonManagedBlockchainQueryAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<ListTokenBalancesResult> listTokenBalancesAsync(ListTokenBalancesRequest request)
AmazonManagedBlockchainQueryAsyncThis action returns the following for a given a blockchain network:
Lists all token balances owned by an address (either a contact address or a wallet address).
Lists all token balances for all tokens created by a contract.
Lists all token balances for a given token.
 You must always specify the network property of the tokenFilter when using this operation.
 
listTokenBalancesAsync in interface AmazonManagedBlockchainQueryAsyncpublic Future<ListTokenBalancesResult> listTokenBalancesAsync(ListTokenBalancesRequest request, AsyncHandler<ListTokenBalancesRequest,ListTokenBalancesResult> asyncHandler)
AmazonManagedBlockchainQueryAsyncThis action returns the following for a given a blockchain network:
Lists all token balances owned by an address (either a contact address or a wallet address).
Lists all token balances for all tokens created by a contract.
Lists all token balances for a given token.
 You must always specify the network property of the tokenFilter when using this operation.
 
listTokenBalancesAsync in interface AmazonManagedBlockchainQueryAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<ListTransactionEventsResult> listTransactionEventsAsync(ListTransactionEventsRequest request)
AmazonManagedBlockchainQueryAsync
 An array of TransactionEvent objects. Each object contains details about the transaction event.
 
listTransactionEventsAsync in interface AmazonManagedBlockchainQueryAsyncpublic Future<ListTransactionEventsResult> listTransactionEventsAsync(ListTransactionEventsRequest request, AsyncHandler<ListTransactionEventsRequest,ListTransactionEventsResult> asyncHandler)
AmazonManagedBlockchainQueryAsync
 An array of TransactionEvent objects. Each object contains details about the transaction event.
 
listTransactionEventsAsync in interface AmazonManagedBlockchainQueryAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<ListTransactionsResult> listTransactionsAsync(ListTransactionsRequest request)
AmazonManagedBlockchainQueryAsyncLists all of the transactions on a given wallet address or to a specific contract.
listTransactionsAsync in interface AmazonManagedBlockchainQueryAsyncpublic Future<ListTransactionsResult> listTransactionsAsync(ListTransactionsRequest request, AsyncHandler<ListTransactionsRequest,ListTransactionsResult> asyncHandler)
AmazonManagedBlockchainQueryAsyncLists all of the transactions on a given wallet address or to a specific contract.
listTransactionsAsync in interface AmazonManagedBlockchainQueryAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.