Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ContentBody
Packages that use ContentBody
-
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 ContentBodyModifier and TypeMethodDescriptionfinal Map<String,ContentBody> ApiResult.responseBody()The response body from the API operation.final 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 ContentBodyModifier and TypeMethodDescriptionApiResult.Builder.responseBody(Map<String, ContentBody> responseBody) The response body from the API operation.FunctionResult.Builder.responseBody(Map<String, ContentBody> responseBody) The response from the function call using the parameters.