| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
AssetContract |
AssetContract.clone() |
AssetContract |
AssetContract.withContractIdentifier(ContractIdentifier contractIdentifier)
The container for the contract identifier containing its blockchain network and address.
|
AssetContract |
AssetContract.withDeployerAddress(String deployerAddress)
The address of the contract deployer.
|
AssetContract |
AssetContract.withTokenStandard(QueryTokenStandard tokenStandard)
The token standard of the contract.
|
AssetContract |
AssetContract.withTokenStandard(String tokenStandard)
The token standard of the contract.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetContract> |
ListAssetContractsResult.getContracts()
An array of contract objects that contain the properties for each contract.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssetContractsResult |
ListAssetContractsResult.withContracts(AssetContract... contracts)
An array of contract objects that contain the properties for each contract.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssetContractsResult.setContracts(Collection<AssetContract> contracts)
An array of contract objects that contain the properties for each contract.
|
ListAssetContractsResult |
ListAssetContractsResult.withContracts(Collection<AssetContract> contracts)
An array of contract objects that contain the properties for each contract.
|
Copyright © 2025. All rights reserved.