Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ComponentSummary
Packages that use ComponentSummary
-
Uses of ComponentSummary in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ComponentSummaryModifier and TypeMethodDescriptionfinal List<ComponentSummary>ListComponentsResponse.componentSummaries()A list of objects that contain information about the components.final Map<String,ComponentSummary> ComponentResponse.compositeComponents()This lists objects that contain information about thecompositeComponents.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type ComponentSummaryModifier and TypeMethodDescriptionListComponentsResponse.Builder.componentSummaries(ComponentSummary... componentSummaries) A list of objects that contain information about the components.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type ComponentSummaryModifier and TypeMethodDescriptionListComponentsResponse.Builder.componentSummaries(Collection<ComponentSummary> componentSummaries) A list of objects that contain information about the components.ComponentResponse.Builder.compositeComponents(Map<String, ComponentSummary> compositeComponents) This lists objects that contain information about thecompositeComponents.