Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ApiParameter
-
Packages that use ApiParameter Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ApiParameter in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ApiParameter Modifier and Type Method Description List<ApiParameter>
ApiInvocationInput. parameters()
The parameters to provide for the API request, as the agent elicited from the user.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ApiParameter Modifier and Type Method Description ApiInvocationInput.Builder
ApiInvocationInput.Builder. parameters(ApiParameter... parameters)
The parameters to provide for the API request, as the agent elicited from the user.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ApiParameter Modifier and Type Method Description ApiInvocationInput.Builder
ApiInvocationInput.Builder. parameters(Collection<ApiParameter> parameters)
The parameters to provide for the API request, as the agent elicited from the user.
-