| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
ContractIdentifier |
ContractIdentifier.clone() |
ContractIdentifier |
AssetContract.getContractIdentifier()
The container for the contract identifier containing its blockchain network and address.
|
ContractIdentifier |
GetAssetContractResult.getContractIdentifier()
Contains the blockchain address and network information about the contract.
|
ContractIdentifier |
GetAssetContractRequest.getContractIdentifier()
Contains the blockchain address and network information about the contract.
|
ContractIdentifier |
ContractIdentifier.withContractAddress(String contractAddress)
Container for the blockchain address about a contract.
|
ContractIdentifier |
ContractIdentifier.withNetwork(QueryNetwork network)
The blockchain network of the contract.
|
ContractIdentifier |
ContractIdentifier.withNetwork(String network)
The blockchain network of the contract.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetContract.setContractIdentifier(ContractIdentifier contractIdentifier)
The container for the contract identifier containing its blockchain network and address.
|
void |
GetAssetContractResult.setContractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
|
void |
GetAssetContractRequest.setContractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
|
AssetContract |
AssetContract.withContractIdentifier(ContractIdentifier contractIdentifier)
The container for the contract identifier containing its blockchain network and address.
|
GetAssetContractResult |
GetAssetContractResult.withContractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
|
GetAssetContractRequest |
GetAssetContractRequest.withContractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
|
Copyright © 2024. All rights reserved.