Uses of Interface
software.amazon.awssdk.services.managedblockchainquery.model.AssetContract.Builder
-
Packages that use AssetContract.Builder Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of AssetContract.Builder in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return AssetContract.Builder Modifier and Type Method Description static AssetContract.BuilderAssetContract. builder()default AssetContract.BuilderAssetContract.Builder. contractIdentifier(Consumer<ContractIdentifier.Builder> contractIdentifier)The container for the contract identifier containing its blockchain network and address.AssetContract.BuilderAssetContract.Builder. contractIdentifier(ContractIdentifier contractIdentifier)The container for the contract identifier containing its blockchain network and address.AssetContract.BuilderAssetContract.Builder. deployerAddress(String deployerAddress)The address of the contract deployer.AssetContract.BuilderAssetContract. toBuilder()AssetContract.BuilderAssetContract.Builder. tokenStandard(String tokenStandard)The token standard of the contract.AssetContract.BuilderAssetContract.Builder. tokenStandard(QueryTokenStandard tokenStandard)The token standard of the contract.Methods in software.amazon.awssdk.services.managedblockchainquery.model that return types with arguments of type AssetContract.Builder Modifier and Type Method Description static Class<? extends AssetContract.Builder>AssetContract. serializableBuilderClass()
-