Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.FunctionResponse
-
Packages that use FunctionResponse Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of FunctionResponse in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type FunctionResponse Modifier and Type Method Description Map<String,FunctionResponse>GetComponentTypeResponse. 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 FunctionResponse Modifier and Type Method Description GetComponentTypeResponse.BuilderGetComponentTypeResponse.Builder. functions(Map<String,FunctionResponse> functions)An object that maps strings to the functions in the component type.
-