Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FunctionParameter
-
Packages that use FunctionParameter Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
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 FunctionParameter Modifier and Type Method Description List<FunctionParameter>FunctionInvocationInput. parameters()A list of parameters of the function.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FunctionParameter Modifier and Type Method Description FunctionInvocationInput.BuilderFunctionInvocationInput.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 FunctionParameter Modifier and Type Method Description FunctionInvocationInput.BuilderFunctionInvocationInput.Builder. parameters(Collection<FunctionParameter> parameters)A list of parameters of the function.
-