| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
static QueryTokenStandard |
QueryTokenStandard.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
QueryTokenStandard |
AssetContract.tokenStandard()
The token standard of the contract.
|
QueryTokenStandard |
ContractFilter.tokenStandard()
The container for the token standard.
|
QueryTokenStandard |
GetAssetContractResponse.tokenStandard()
The token standard of the contract requested.
|
static QueryTokenStandard |
QueryTokenStandard.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<QueryTokenStandard> |
QueryTokenStandard.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AssetContract.Builder |
AssetContract.Builder.tokenStandard(QueryTokenStandard tokenStandard)
The token standard of the contract.
|
ContractFilter.Builder |
ContractFilter.Builder.tokenStandard(QueryTokenStandard tokenStandard)
The container for the token standard.
|
GetAssetContractResponse.Builder |
GetAssetContractResponse.Builder.tokenStandard(QueryTokenStandard tokenStandard)
The token standard of the contract requested.
|
Copyright © 2023. All rights reserved.