| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery.model | |
| software.amazon.awssdk.services.managedblockchainquery.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AssetContract> |
ListAssetContractsResponse.contracts()
An array of contract objects that contain the properties for each contract.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssetContractsResponse.Builder |
ListAssetContractsResponse.Builder.contracts(AssetContract... contracts)
An array of contract objects that contain the properties for each contract.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssetContractsResponse.Builder |
ListAssetContractsResponse.Builder.contracts(Collection<AssetContract> contracts)
An array of contract objects that contain the properties for each contract.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AssetContract> |
ListAssetContractsPublisher.contracts()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AssetContract> |
ListAssetContractsIterable.contracts()
Returns an iterable to iterate through the paginated
ListAssetContractsResponse.contracts() member. |
Copyright © 2023. All rights reserved.