Uses of Class
software.amazon.awssdk.services.iotsitewise.model.CompositionRelationshipItem
-
Packages that use CompositionRelationshipItem Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of CompositionRelationshipItem in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type CompositionRelationshipItem Modifier and Type Method Description List<CompositionRelationshipItem>CompositionDetails. compositionRelationship()An array detailing the composition relationship for this composite model.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type CompositionRelationshipItem Modifier and Type Method Description CompositionDetails.BuilderCompositionDetails.Builder. compositionRelationship(CompositionRelationshipItem... compositionRelationship)An array detailing the composition relationship for this composite model.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type CompositionRelationshipItem Modifier and Type Method Description CompositionDetails.BuilderCompositionDetails.Builder. compositionRelationship(Collection<CompositionRelationshipItem> compositionRelationship)An array detailing the composition relationship for this composite model.
-