Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.Parameter
Packages that use Parameter
-
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 ParameterModifier and TypeMethodDescriptionRequestBody.content()The content in the request body.ActionGroupInvocationInput.parameters()The parameters in the Lambda input event.PropertyParameters.properties()A list of parameters in the request body.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ParameterModifier and TypeMethodDescriptionActionGroupInvocationInput.Builder.parameters(Parameter... parameters) The parameters in the Lambda input event.PropertyParameters.Builder.properties(Parameter... properties) A list of parameters in the request body.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ParameterModifier and TypeMethodDescriptionRequestBody.Builder.content(Map<String, ? extends Collection<Parameter>> content) The content in the request body.ActionGroupInvocationInput.Builder.parameters(Collection<Parameter> parameters) The parameters in the Lambda input event.PropertyParameters.Builder.properties(Collection<Parameter> properties) A list of parameters in the request body.