Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ComponentPropertyGroupResponse
-
Packages that use ComponentPropertyGroupResponse Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of ComponentPropertyGroupResponse in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ComponentPropertyGroupResponse Modifier and Type Method Description Map<String,ComponentPropertyGroupResponse>ComponentResponse. propertyGroups()The property groups.Map<String,ComponentPropertyGroupResponse>ComponentSummary. propertyGroups()The property groups.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type ComponentPropertyGroupResponse Modifier and Type Method Description ComponentResponse.BuilderComponentResponse.Builder. propertyGroups(Map<String,ComponentPropertyGroupResponse> propertyGroups)The property groups.ComponentSummary.BuilderComponentSummary.Builder. propertyGroups(Map<String,ComponentPropertyGroupResponse> propertyGroups)The property groups.
-