Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ApiParameter
Packages that use ApiParameter
-
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 ApiParameterModifier and TypeMethodDescriptionfinal 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 ApiParameterModifier and TypeMethodDescriptionApiInvocationInput.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 ApiParameterModifier and TypeMethodDescriptionApiInvocationInput.Builder.parameters(Collection<ApiParameter> parameters) The parameters to provide for the API request, as the agent elicited from the user.