| 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 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 CompletableFuture<GetTokenBalanceResponse> |
ManagedBlockchainQueryAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
GetTokenBalanceRequest.Builder |
GetTokenBalanceRequest.Builder.atBlockchainInstant(BlockchainInstant atBlockchainInstant)
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
|
default GetTokenBalanceRequest.Builder |
GetTokenBalanceRequest.Builder.atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant)
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
|
static GetTokenBalanceRequest.Builder |
GetTokenBalanceRequest.builder() |
GetTokenBalanceRequest.Builder |
GetTokenBalanceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTokenBalanceRequest.Builder |
GetTokenBalanceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default GetTokenBalanceRequest.Builder |
GetTokenBalanceRequest.Builder.ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
The container for the identifier for the owner.
|
GetTokenBalanceRequest.Builder |
GetTokenBalanceRequest.Builder.ownerIdentifier(OwnerIdentifier ownerIdentifier)
The container for the identifier for the owner.
|
GetTokenBalanceRequest.Builder |
GetTokenBalanceRequest.toBuilder() |
default GetTokenBalanceRequest.Builder |
GetTokenBalanceRequest.Builder.tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)
The container for the identifier for the token, including the unique token ID and its blockchain network.
|
GetTokenBalanceRequest.Builder |
GetTokenBalanceRequest.Builder.tokenIdentifier(TokenIdentifier tokenIdentifier)
The container for the identifier for the token, including the unique token ID and its blockchain network.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetTokenBalanceRequest.Builder> |
GetTokenBalanceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.