Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ApiRequestBody
-
Packages that use ApiRequestBody Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ApiRequestBody in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ApiRequestBody Modifier and Type Method Description ApiRequestBodyApiInvocationInput. requestBody()The request body 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 ApiRequestBody Modifier and Type Method Description ApiInvocationInput.BuilderApiInvocationInput.Builder. requestBody(ApiRequestBody requestBody)The request body to provide for the API request, as the agent elicited from the user.
-