Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
-
Packages that use BatchGetTokenBalanceOutputItem Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of BatchGetTokenBalanceOutputItem in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return types with arguments of type BatchGetTokenBalanceOutputItem Modifier and Type Method Description List<BatchGetTokenBalanceOutputItem>BatchGetTokenBalanceResponse. tokenBalances()An array ofBatchGetTokenBalanceOutputItemobjects returned by the response.Methods in software.amazon.awssdk.services.managedblockchainquery.model with parameters of type BatchGetTokenBalanceOutputItem Modifier and Type Method Description BatchGetTokenBalanceResponse.BuilderBatchGetTokenBalanceResponse.Builder. tokenBalances(BatchGetTokenBalanceOutputItem... tokenBalances)An array ofBatchGetTokenBalanceOutputItemobjects returned by the response.Method parameters in software.amazon.awssdk.services.managedblockchainquery.model with type arguments of type BatchGetTokenBalanceOutputItem Modifier and Type Method Description BatchGetTokenBalanceResponse.BuilderBatchGetTokenBalanceResponse.Builder. tokenBalances(Collection<BatchGetTokenBalanceOutputItem> tokenBalances)An array ofBatchGetTokenBalanceOutputItemobjects returned by the response.
-