Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AssetPropertySummary
-
Packages that use AssetPropertySummary Package Description software.amazon.awssdk.services.iotsitewise.model software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of AssetPropertySummary in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AssetPropertySummary Modifier and Type Method Description List<AssetPropertySummary>ListAssetPropertiesResponse. assetPropertySummaries()A list that summarizes the properties associated with the specified asset.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AssetPropertySummary Modifier and Type Method Description ListAssetPropertiesResponse.BuilderListAssetPropertiesResponse.Builder. assetPropertySummaries(AssetPropertySummary... assetPropertySummaries)A list that summarizes the properties associated with the specified asset.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type AssetPropertySummary Modifier and Type Method Description ListAssetPropertiesResponse.BuilderListAssetPropertiesResponse.Builder. assetPropertySummaries(Collection<AssetPropertySummary> assetPropertySummaries)A list that summarizes the properties associated with the specified asset. -
Uses of AssetPropertySummary in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type AssetPropertySummary Modifier and Type Method Description SdkIterable<AssetPropertySummary>ListAssetPropertiesIterable. assetPropertySummaries()Returns an iterable to iterate through the paginatedListAssetPropertiesResponse.assetPropertySummaries()member.SdkPublisher<AssetPropertySummary>ListAssetPropertiesPublisher. assetPropertySummaries()Returns a publisher that can be used to get a stream of data.
-