Uses of Interface
software.amazon.awssdk.services.managedblockchainquery.model.ContractIdentifier.Builder
-
Packages that use ContractIdentifier.Builder Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of ContractIdentifier.Builder in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return ContractIdentifier.Builder Modifier and Type Method Description static ContractIdentifier.BuilderContractIdentifier. builder()ContractIdentifier.BuilderContractIdentifier.Builder. contractAddress(String contractAddress)Container for the blockchain address about a contract.ContractIdentifier.BuilderContractIdentifier.Builder. network(String network)The blockchain network of the contract.ContractIdentifier.BuilderContractIdentifier.Builder. network(QueryNetwork network)The blockchain network of the contract.ContractIdentifier.BuilderContractIdentifier. toBuilder()Methods in software.amazon.awssdk.services.managedblockchainquery.model that return types with arguments of type ContractIdentifier.Builder Modifier and Type Method Description static Class<? extends ContractIdentifier.Builder>ContractIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.managedblockchainquery.model with type arguments of type ContractIdentifier.Builder Modifier and Type Method Description default AssetContract.BuilderAssetContract.Builder. contractIdentifier(Consumer<ContractIdentifier.Builder> contractIdentifier)The container for the contract identifier containing its blockchain network and address.default GetAssetContractRequest.BuilderGetAssetContractRequest.Builder. contractIdentifier(Consumer<ContractIdentifier.Builder> contractIdentifier)Contains the blockchain address and network information about the contract.default GetAssetContractResponse.BuilderGetAssetContractResponse.Builder. contractIdentifier(Consumer<ContractIdentifier.Builder> contractIdentifier)Contains the blockchain address and network information about the contract.
-