Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.OwnerIdentifier
-
Packages that use OwnerIdentifier Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of OwnerIdentifier in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return OwnerIdentifier Modifier and Type Method Description OwnerIdentifierBatchGetTokenBalanceErrorItem. ownerIdentifier()Returns the value of the OwnerIdentifier property for this object.OwnerIdentifierBatchGetTokenBalanceInputItem. ownerIdentifier()Returns the value of the OwnerIdentifier property for this object.OwnerIdentifierBatchGetTokenBalanceOutputItem. ownerIdentifier()Returns the value of the OwnerIdentifier property for this object.OwnerIdentifierGetTokenBalanceRequest. ownerIdentifier()The container for the identifier for the owner.OwnerIdentifierGetTokenBalanceResponse. ownerIdentifier()Returns the value of the OwnerIdentifier property for this object.OwnerIdentifierTokenBalance. ownerIdentifier()The container for the identifier of the owner.Methods in software.amazon.awssdk.services.managedblockchainquery.model with parameters of type OwnerIdentifier Modifier and Type Method Description BatchGetTokenBalanceErrorItem.BuilderBatchGetTokenBalanceErrorItem.Builder. ownerIdentifier(OwnerIdentifier ownerIdentifier)Sets the value of the OwnerIdentifier property for this object.BatchGetTokenBalanceInputItem.BuilderBatchGetTokenBalanceInputItem.Builder. ownerIdentifier(OwnerIdentifier ownerIdentifier)Sets the value of the OwnerIdentifier property for this object.BatchGetTokenBalanceOutputItem.BuilderBatchGetTokenBalanceOutputItem.Builder. ownerIdentifier(OwnerIdentifier ownerIdentifier)Sets the value of the OwnerIdentifier property for this object.GetTokenBalanceRequest.BuilderGetTokenBalanceRequest.Builder. ownerIdentifier(OwnerIdentifier ownerIdentifier)The container for the identifier for the owner.GetTokenBalanceResponse.BuilderGetTokenBalanceResponse.Builder. ownerIdentifier(OwnerIdentifier ownerIdentifier)Sets the value of the OwnerIdentifier property for this object.TokenBalance.BuilderTokenBalance.Builder. ownerIdentifier(OwnerIdentifier ownerIdentifier)The container for the identifier of the owner.
-