Uses of Interface
software.amazon.awssdk.services.managedblockchainquery.model.TokenFilter.Builder
-
Packages that use TokenFilter.Builder Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of TokenFilter.Builder in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return TokenFilter.Builder Modifier and Type Method Description static TokenFilter.BuilderTokenFilter. builder()TokenFilter.BuilderTokenFilter.Builder. contractAddress(String contractAddress)This is the address of the contract.TokenFilter.BuilderTokenFilter.Builder. network(String network)The blockchain network of the token.TokenFilter.BuilderTokenFilter.Builder. network(QueryNetwork network)The blockchain network of the token.TokenFilter.BuilderTokenFilter. toBuilder()TokenFilter.BuilderTokenFilter.Builder. tokenId(String tokenId)The unique identifier of the token.Methods in software.amazon.awssdk.services.managedblockchainquery.model that return types with arguments of type TokenFilter.Builder Modifier and Type Method Description static Class<? extends TokenFilter.Builder>TokenFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.managedblockchainquery.model with type arguments of type TokenFilter.Builder Modifier and Type Method Description default ListTokenBalancesRequest.BuilderListTokenBalancesRequest.Builder. tokenFilter(Consumer<TokenFilter.Builder> tokenFilter)The contract address or a token identifier on the blockchain network by which to filter the request.
-