Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ComponentTypeSummary
Packages that use ComponentTypeSummary
-
Uses of ComponentTypeSummary in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ComponentTypeSummaryModifier and TypeMethodDescriptionfinal List<ComponentTypeSummary>ListComponentTypesResponse.componentTypeSummaries()A list of objects that contain information about the component types.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type ComponentTypeSummaryModifier and TypeMethodDescriptionListComponentTypesResponse.Builder.componentTypeSummaries(ComponentTypeSummary... componentTypeSummaries) A list of objects that contain information about the component types.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type ComponentTypeSummaryModifier and TypeMethodDescriptionListComponentTypesResponse.Builder.componentTypeSummaries(Collection<ComponentTypeSummary> componentTypeSummaries) A list of objects that contain information about the component types.