| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
static ContractIdentifier.Builder |
ContractIdentifier.builder() |
ContractIdentifier.Builder |
ContractIdentifier.Builder.contractAddress(String contractAddress)
Container for the blockchain address about a contract.
|
ContractIdentifier.Builder |
ContractIdentifier.Builder.network(QueryNetwork network)
The blockchain network of the contract.
|
ContractIdentifier.Builder |
ContractIdentifier.Builder.network(String network)
The blockchain network of the contract.
|
ContractIdentifier.Builder |
ContractIdentifier.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContractIdentifier.Builder> |
ContractIdentifier.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetAssetContractRequest.Builder |
GetAssetContractRequest.Builder.contractIdentifier(Consumer<ContractIdentifier.Builder> contractIdentifier)
Contains the blockchain address and network information about the contract.
|
default AssetContract.Builder |
AssetContract.Builder.contractIdentifier(Consumer<ContractIdentifier.Builder> contractIdentifier)
The container for the contract identifier containing its blockchain network and address.
|
default GetAssetContractResponse.Builder |
GetAssetContractResponse.Builder.contractIdentifier(Consumer<ContractIdentifier.Builder> contractIdentifier)
Contains the blockchain address and network information about the contract.
|
Copyright © 2023. All rights reserved.