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