Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.TokenIdentifier
-
Packages that use TokenIdentifier Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of TokenIdentifier in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return TokenIdentifier Modifier and Type Method Description TokenIdentifierBatchGetTokenBalanceErrorItem. tokenIdentifier()Returns the value of the TokenIdentifier property for this object.TokenIdentifierBatchGetTokenBalanceInputItem. tokenIdentifier()Returns the value of the TokenIdentifier property for this object.TokenIdentifierBatchGetTokenBalanceOutputItem. tokenIdentifier()Returns the value of the TokenIdentifier property for this object.TokenIdentifierGetTokenBalanceRequest. tokenIdentifier()The container for the identifier for the token, including the unique token ID and its blockchain network.TokenIdentifierGetTokenBalanceResponse. tokenIdentifier()Returns the value of the TokenIdentifier property for this object.TokenIdentifierTokenBalance. tokenIdentifier()The identifier for the token, including the unique token ID and its blockchain network.Methods in software.amazon.awssdk.services.managedblockchainquery.model with parameters of type TokenIdentifier Modifier and Type Method Description BatchGetTokenBalanceErrorItem.BuilderBatchGetTokenBalanceErrorItem.Builder. tokenIdentifier(TokenIdentifier tokenIdentifier)Sets the value of the TokenIdentifier property for this object.BatchGetTokenBalanceInputItem.BuilderBatchGetTokenBalanceInputItem.Builder. tokenIdentifier(TokenIdentifier tokenIdentifier)Sets the value of the TokenIdentifier property for this object.BatchGetTokenBalanceOutputItem.BuilderBatchGetTokenBalanceOutputItem.Builder. tokenIdentifier(TokenIdentifier tokenIdentifier)Sets the value of the TokenIdentifier property for this object.GetTokenBalanceRequest.BuilderGetTokenBalanceRequest.Builder. tokenIdentifier(TokenIdentifier tokenIdentifier)The container for the identifier for the token, including the unique token ID and its blockchain network.GetTokenBalanceResponse.BuilderGetTokenBalanceResponse.Builder. tokenIdentifier(TokenIdentifier tokenIdentifier)Sets the value of the TokenIdentifier property for this object.TokenBalance.BuilderTokenBalance.Builder. tokenIdentifier(TokenIdentifier tokenIdentifier)The identifier for the token, including the unique token ID and its blockchain network.
-