Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.FunctionRequest
Packages that use FunctionRequest
-
Uses of FunctionRequest in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type FunctionRequestModifier and TypeMethodDescriptionfinal Map<String,FunctionRequest> CreateComponentTypeRequest.functions()An object that maps strings to the functions in the component type.final Map<String,FunctionRequest> UpdateComponentTypeRequest.functions()An object that maps strings to the functions in the component type.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type FunctionRequestModifier and TypeMethodDescriptionCreateComponentTypeRequest.Builder.functions(Map<String, FunctionRequest> functions) An object that maps strings to the functions in the component type.UpdateComponentTypeRequest.Builder.functions(Map<String, FunctionRequest> functions) An object that maps strings to the functions in the component type.