| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
TokenFilter |
TokenFilter.clone() |
TokenFilter |
ListTokenBalancesRequest.getTokenFilter()
The contract address or a token identifier on the blockchain network by which to filter the request.
|
TokenFilter |
TokenFilter.withContractAddress(String contractAddress)
This is the address of the contract.
|
TokenFilter |
TokenFilter.withNetwork(QueryNetwork network)
The blockchain network of the token.
|
TokenFilter |
TokenFilter.withNetwork(String network)
The blockchain network of the token.
|
TokenFilter |
TokenFilter.withTokenId(String tokenId)
The unique identifier of the token.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTokenBalancesRequest.setTokenFilter(TokenFilter tokenFilter)
The contract address or a token identifier on the blockchain network by which to filter the request.
|
ListTokenBalancesRequest |
ListTokenBalancesRequest.withTokenFilter(TokenFilter tokenFilter)
The contract address or a token identifier on the blockchain network by which to filter the request.
|
Copyright © 2024. All rights reserved.