Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.ContractIdentifier
-
Packages that use ContractIdentifier Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of ContractIdentifier in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return ContractIdentifier Modifier and Type Method Description ContractIdentifierAssetContract. contractIdentifier()The container for the contract identifier containing its blockchain network and address.ContractIdentifierGetAssetContractRequest. contractIdentifier()Contains the blockchain address and network information about the contract.ContractIdentifierGetAssetContractResponse. contractIdentifier()Contains the blockchain address and network information about the contract.Methods in software.amazon.awssdk.services.managedblockchainquery.model with parameters of type ContractIdentifier Modifier and Type Method Description AssetContract.BuilderAssetContract.Builder. contractIdentifier(ContractIdentifier contractIdentifier)The container for the contract identifier containing its blockchain network and address.GetAssetContractRequest.BuilderGetAssetContractRequest.Builder. contractIdentifier(ContractIdentifier contractIdentifier)Contains the blockchain address and network information about the contract.GetAssetContractResponse.BuilderGetAssetContractResponse.Builder. contractIdentifier(ContractIdentifier contractIdentifier)Contains the blockchain address and network information about the contract.
-