Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FunctionParameter
Packages that use FunctionParameter
-
Uses of FunctionParameter in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FunctionParameterModifier and TypeMethodDescriptionfinal List<FunctionParameter>FunctionInvocationInput.parameters()A list of parameters of the function.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FunctionParameterModifier and TypeMethodDescriptionFunctionInvocationInput.Builder.parameters(FunctionParameter... parameters) A list of parameters of the function.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FunctionParameterModifier and TypeMethodDescriptionFunctionInvocationInput.Builder.parameters(Collection<FunctionParameter> parameters) A list of parameters of the function.