Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.FunctionRequest
-
Packages that use FunctionRequest Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
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 FunctionRequest Modifier and Type Method Description Map<String,FunctionRequest>CreateComponentTypeRequest. functions()An object that maps strings to the functions in the component type.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 FunctionRequest Modifier and Type Method Description CreateComponentTypeRequest.BuilderCreateComponentTypeRequest.Builder. functions(Map<String,FunctionRequest> functions)An object that maps strings to the functions in the component type.UpdateComponentTypeRequest.BuilderUpdateComponentTypeRequest.Builder. functions(Map<String,FunctionRequest> functions)An object that maps strings to the functions in the component type.
-