| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
TokenBalance |
TokenBalance.clone() |
TokenBalance |
TokenBalance.withAtBlockchainInstant(BlockchainInstant atBlockchainInstant)
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
|
TokenBalance |
TokenBalance.withBalance(String balance)
The container of the token balance.
|
TokenBalance |
TokenBalance.withLastUpdatedTime(BlockchainInstant lastUpdatedTime)
The
timestamp of the last transaction at which the balance for the token in the wallet was updated. |
TokenBalance |
TokenBalance.withOwnerIdentifier(OwnerIdentifier ownerIdentifier)
The container for the identifier of the owner.
|
TokenBalance |
TokenBalance.withTokenIdentifier(TokenIdentifier tokenIdentifier)
The identifier for the token, including the unique token ID and its blockchain network.
|
| Modifier and Type | Method and Description |
|---|---|
List<TokenBalance> |
ListTokenBalancesResult.getTokenBalances()
An array of
TokenBalance objects. |
| Modifier and Type | Method and Description |
|---|---|
ListTokenBalancesResult |
ListTokenBalancesResult.withTokenBalances(TokenBalance... tokenBalances)
An array of
TokenBalance objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTokenBalancesResult.setTokenBalances(Collection<TokenBalance> tokenBalances)
An array of
TokenBalance objects. |
ListTokenBalancesResult |
ListTokenBalancesResult.withTokenBalances(Collection<TokenBalance> tokenBalances)
An array of
TokenBalance objects. |
Copyright © 2023. All rights reserved.