| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model | |
| software.amazon.awssdk.services.iotsitewise.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AssociatedAssetsSummary> |
ListAssociatedAssetsResponse.assetSummaries()
A list that summarizes the associated assets.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedAssetsResponse.Builder |
ListAssociatedAssetsResponse.Builder.assetSummaries(AssociatedAssetsSummary... assetSummaries)
A list that summarizes the associated assets.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedAssetsResponse.Builder |
ListAssociatedAssetsResponse.Builder.assetSummaries(Collection<AssociatedAssetsSummary> assetSummaries)
A list that summarizes the associated assets.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AssociatedAssetsSummary> |
ListAssociatedAssetsPublisher.assetSummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AssociatedAssetsSummary> |
ListAssociatedAssetsIterable.assetSummaries()
Returns an iterable to iterate through the paginated
ListAssociatedAssetsResponse.assetSummaries()
member. |
Copyright © 2023. All rights reserved.