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