Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyGroupRequest
Packages that use PropertyGroupRequest
-
Uses of PropertyGroupRequest in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyGroupRequestModifier and TypeMethodDescriptionfinal Map<String,PropertyGroupRequest> CreateComponentTypeRequest.propertyGroups()final Map<String,PropertyGroupRequest> UpdateComponentTypeRequest.propertyGroups()The property groups.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type PropertyGroupRequestModifier and TypeMethodDescriptionCreateComponentTypeRequest.Builder.propertyGroups(Map<String, PropertyGroupRequest> propertyGroups) UpdateComponentTypeRequest.Builder.propertyGroups(Map<String, PropertyGroupRequest> propertyGroups) The property groups.