Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ContentBody
-
Packages that use ContentBody Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ContentBody in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ContentBody Modifier and Type Method Description Map<String,ContentBody>ApiResult. responseBody()The response body from the API operation.Map<String,ContentBody>FunctionResult. responseBody()The response from the function call using the parameters.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ContentBody Modifier and Type Method Description ApiResult.BuilderApiResult.Builder. responseBody(Map<String,ContentBody> responseBody)The response body from the API operation.FunctionResult.BuilderFunctionResult.Builder. responseBody(Map<String,ContentBody> responseBody)The response from the function call using the parameters.
-