Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.Parameter
-
Packages that use Parameter Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of Parameter in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type Parameter Modifier and Type Method Description Map<String,List<Parameter>>RequestBody. content()The content in the request body.List<Parameter>ActionGroupInvocationInput. parameters()The parameters in the Lambda input event.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type Parameter Modifier and Type Method Description ActionGroupInvocationInput.BuilderActionGroupInvocationInput.Builder. parameters(Parameter... parameters)The parameters in the Lambda input event.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type Parameter Modifier and Type Method Description RequestBody.BuilderRequestBody.Builder. content(Map<String,? extends Collection<Parameter>> content)The content in the request body.ActionGroupInvocationInput.BuilderActionGroupInvocationInput.Builder. parameters(Collection<Parameter> parameters)The parameters in the Lambda input event.
-