Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ComponentSummary
-
Packages that use ComponentSummary Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
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 ComponentSummary Modifier and Type Method Description List<ComponentSummary>ListComponentsResponse. componentSummaries()A list of objects that contain information about the components.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 ComponentSummary Modifier and Type Method Description ListComponentsResponse.BuilderListComponentsResponse.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 ComponentSummary Modifier and Type Method Description ListComponentsResponse.BuilderListComponentsResponse.Builder. componentSummaries(Collection<ComponentSummary> componentSummaries)A list of objects that contain information about the components.ComponentResponse.BuilderComponentResponse.Builder. compositeComponents(Map<String,ComponentSummary> compositeComponents)This lists objects that contain information about thecompositeComponents.
-