| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
TokenIdentifier |
TokenIdentifier.clone() |
TokenIdentifier |
TokenBalance.getTokenIdentifier()
The identifier for the token, including the unique token ID and its blockchain network.
|
TokenIdentifier |
BatchGetTokenBalanceErrorItem.getTokenIdentifier() |
TokenIdentifier |
BatchGetTokenBalanceOutputItem.getTokenIdentifier() |
TokenIdentifier |
BatchGetTokenBalanceInputItem.getTokenIdentifier() |
TokenIdentifier |
GetTokenBalanceRequest.getTokenIdentifier()
The container for the identifier for the token, including the unique token ID and its blockchain network.
|
TokenIdentifier |
GetTokenBalanceResult.getTokenIdentifier() |
TokenIdentifier |
TokenIdentifier.withContractAddress(String contractAddress)
This is the token's contract address.
|
TokenIdentifier |
TokenIdentifier.withNetwork(QueryNetwork network)
The blockchain network of the token.
|
TokenIdentifier |
TokenIdentifier.withNetwork(String network)
The blockchain network of the token.
|
TokenIdentifier |
TokenIdentifier.withTokenId(String tokenId)
The unique identifier of the token.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TokenBalance.setTokenIdentifier(TokenIdentifier tokenIdentifier)
The identifier for the token, including the unique token ID and its blockchain network.
|
void |
BatchGetTokenBalanceErrorItem.setTokenIdentifier(TokenIdentifier tokenIdentifier) |
void |
BatchGetTokenBalanceOutputItem.setTokenIdentifier(TokenIdentifier tokenIdentifier) |
void |
BatchGetTokenBalanceInputItem.setTokenIdentifier(TokenIdentifier tokenIdentifier) |
void |
GetTokenBalanceRequest.setTokenIdentifier(TokenIdentifier tokenIdentifier)
The container for the identifier for the token, including the unique token ID and its blockchain network.
|
void |
GetTokenBalanceResult.setTokenIdentifier(TokenIdentifier tokenIdentifier) |
TokenBalance |
TokenBalance.withTokenIdentifier(TokenIdentifier tokenIdentifier)
The identifier for the token, including the unique token ID and its blockchain network.
|
BatchGetTokenBalanceErrorItem |
BatchGetTokenBalanceErrorItem.withTokenIdentifier(TokenIdentifier tokenIdentifier) |
BatchGetTokenBalanceOutputItem |
BatchGetTokenBalanceOutputItem.withTokenIdentifier(TokenIdentifier tokenIdentifier) |
BatchGetTokenBalanceInputItem |
BatchGetTokenBalanceInputItem.withTokenIdentifier(TokenIdentifier tokenIdentifier) |
GetTokenBalanceRequest |
GetTokenBalanceRequest.withTokenIdentifier(TokenIdentifier tokenIdentifier)
The container for the identifier for the token, including the unique token ID and its blockchain network.
|
GetTokenBalanceResult |
GetTokenBalanceResult.withTokenIdentifier(TokenIdentifier tokenIdentifier) |
Copyright © 2024. All rights reserved.