Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ComponentTypeSummary
-
Packages that use ComponentTypeSummary Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
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 ComponentTypeSummary Modifier and Type Method Description 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 ComponentTypeSummary Modifier and Type Method Description ListComponentTypesResponse.BuilderListComponentTypesResponse.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 ComponentTypeSummary Modifier and Type Method Description ListComponentTypesResponse.BuilderListComponentTypesResponse.Builder. componentTypeSummaries(Collection<ComponentTypeSummary> componentTypeSummaries)A list of objects that contain information about the component types.
-