Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AssociatedAssetsSummary
-
Packages that use AssociatedAssetsSummary Package Description software.amazon.awssdk.services.iotsitewise.model software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of AssociatedAssetsSummary in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AssociatedAssetsSummary Modifier and Type Method Description List<AssociatedAssetsSummary>ListAssociatedAssetsResponse. assetSummaries()A list that summarizes the associated assets.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AssociatedAssetsSummary Modifier and Type Method Description ListAssociatedAssetsResponse.BuilderListAssociatedAssetsResponse.Builder. assetSummaries(AssociatedAssetsSummary... assetSummaries)A list that summarizes the associated assets.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type AssociatedAssetsSummary Modifier and Type Method Description ListAssociatedAssetsResponse.BuilderListAssociatedAssetsResponse.Builder. assetSummaries(Collection<AssociatedAssetsSummary> assetSummaries)A list that summarizes the associated assets. -
Uses of AssociatedAssetsSummary in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type AssociatedAssetsSummary Modifier and Type Method Description SdkIterable<AssociatedAssetsSummary>ListAssociatedAssetsIterable. assetSummaries()Returns an iterable to iterate through the paginatedListAssociatedAssetsResponse.assetSummaries()member.SdkPublisher<AssociatedAssetsSummary>ListAssociatedAssetsPublisher. assetSummaries()Returns a publisher that can be used to get a stream of data.
-