Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AssetRelationshipSummary
-
Packages that use AssetRelationshipSummary Package Description software.amazon.awssdk.services.iotsitewise.model software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of AssetRelationshipSummary in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AssetRelationshipSummary Modifier and Type Method Description List<AssetRelationshipSummary>ListAssetRelationshipsResponse. assetRelationshipSummaries()A list that summarizes each asset relationship.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AssetRelationshipSummary Modifier and Type Method Description ListAssetRelationshipsResponse.BuilderListAssetRelationshipsResponse.Builder. assetRelationshipSummaries(AssetRelationshipSummary... assetRelationshipSummaries)A list that summarizes each asset relationship.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type AssetRelationshipSummary Modifier and Type Method Description ListAssetRelationshipsResponse.BuilderListAssetRelationshipsResponse.Builder. assetRelationshipSummaries(Collection<AssetRelationshipSummary> assetRelationshipSummaries)A list that summarizes each asset relationship. -
Uses of AssetRelationshipSummary in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type AssetRelationshipSummary Modifier and Type Method Description SdkIterable<AssetRelationshipSummary>ListAssetRelationshipsIterable. assetRelationshipSummaries()Returns an iterable to iterate through the paginatedListAssetRelationshipsResponse.assetRelationshipSummaries()member.SdkPublisher<AssetRelationshipSummary>ListAssetRelationshipsPublisher. assetRelationshipSummaries()Returns a publisher that can be used to get a stream of data.
-