Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.QueryTokenStandard
-
Packages that use QueryTokenStandard Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of QueryTokenStandard in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return QueryTokenStandard Modifier and Type Method Description static QueryTokenStandardQueryTokenStandard. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QueryTokenStandardAssetContract. tokenStandard()The token standard of the contract.QueryTokenStandardContractFilter. tokenStandard()The container for the token standard.QueryTokenStandardGetAssetContractResponse. tokenStandard()The token standard of the contract requested.static QueryTokenStandardQueryTokenStandard. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryTokenStandard[]QueryTokenStandard. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.managedblockchainquery.model that return types with arguments of type QueryTokenStandard Modifier and Type Method Description static Set<QueryTokenStandard>QueryTokenStandard. knownValues()Methods in software.amazon.awssdk.services.managedblockchainquery.model with parameters of type QueryTokenStandard Modifier and Type Method Description AssetContract.BuilderAssetContract.Builder. tokenStandard(QueryTokenStandard tokenStandard)The token standard of the contract.ContractFilter.BuilderContractFilter.Builder. tokenStandard(QueryTokenStandard tokenStandard)The container for the token standard.GetAssetContractResponse.BuilderGetAssetContractResponse.Builder. tokenStandard(QueryTokenStandard tokenStandard)The token standard of the contract requested.
-