Uses of Class
software.amazon.awssdk.services.bedrockagent.model.Function
-
Packages that use Function Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of Function in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type Function Modifier and Type Method Description List<Function>FunctionSchema. functions()A list of functions that each define an action in the action group.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type Function Modifier and Type Method Description FunctionSchema.BuilderFunctionSchema.Builder. functions(Function... functions)A list of functions that each define an action in the action group.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type Function Modifier and Type Method Description static FunctionSchemaFunctionSchema. fromFunctions(List<Function> functions)Create an instance of this class withFunctionSchema.functions()initialized to the given value.FunctionSchema.BuilderFunctionSchema.Builder. functions(Collection<Function> functions)A list of functions that each define an action in the action group.
-