| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetTokenBalanceOutputItem |
BatchGetTokenBalanceOutputItem.clone() |
BatchGetTokenBalanceOutputItem |
BatchGetTokenBalanceOutputItem.withAtBlockchainInstant(BlockchainInstant atBlockchainInstant) |
BatchGetTokenBalanceOutputItem |
BatchGetTokenBalanceOutputItem.withBalance(String balance)
The container for the token balance.
|
BatchGetTokenBalanceOutputItem |
BatchGetTokenBalanceOutputItem.withLastUpdatedTime(BlockchainInstant lastUpdatedTime) |
BatchGetTokenBalanceOutputItem |
BatchGetTokenBalanceOutputItem.withOwnerIdentifier(OwnerIdentifier ownerIdentifier) |
BatchGetTokenBalanceOutputItem |
BatchGetTokenBalanceOutputItem.withTokenIdentifier(TokenIdentifier tokenIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetTokenBalanceOutputItem> |
BatchGetTokenBalanceResult.getTokenBalances()
An array of
BatchGetTokenBalanceOutputItem objects returned by the response. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetTokenBalanceResult |
BatchGetTokenBalanceResult.withTokenBalances(BatchGetTokenBalanceOutputItem... tokenBalances)
An array of
BatchGetTokenBalanceOutputItem objects returned by the response. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetTokenBalanceResult.setTokenBalances(Collection<BatchGetTokenBalanceOutputItem> tokenBalances)
An array of
BatchGetTokenBalanceOutputItem objects returned by the response. |
BatchGetTokenBalanceResult |
BatchGetTokenBalanceResult.withTokenBalances(Collection<BatchGetTokenBalanceOutputItem> tokenBalances)
An array of
BatchGetTokenBalanceOutputItem objects returned by the response. |
Copyright © 2025. All rights reserved.