| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model | |
| software.amazon.awssdk.services.iotsitewise.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AssetModelPropertySummary> |
ListAssetModelPropertiesResponse.assetModelPropertySummaries()
A list that summarizes the properties associated with the specified asset model.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssetModelPropertiesResponse.Builder |
ListAssetModelPropertiesResponse.Builder.assetModelPropertySummaries(AssetModelPropertySummary... assetModelPropertySummaries)
A list that summarizes the properties associated with the specified asset model.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssetModelPropertiesResponse.Builder |
ListAssetModelPropertiesResponse.Builder.assetModelPropertySummaries(Collection<AssetModelPropertySummary> assetModelPropertySummaries)
A list that summarizes the properties associated with the specified asset model.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AssetModelPropertySummary> |
ListAssetModelPropertiesPublisher.assetModelPropertySummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AssetModelPropertySummary> |
ListAssetModelPropertiesIterable.assetModelPropertySummaries()
Returns an iterable to iterate through the paginated
ListAssetModelPropertiesResponse.assetModelPropertySummaries() member. |
Copyright © 2023. All rights reserved.