Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowOutputContent
-
Packages that use FlowOutputContent Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowOutputContent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowOutputContent Modifier and Type Method Description FlowOutputContentFlowOutputEvent. content()The content in the output.static FlowOutputContentFlowOutputContent. fromDocument(Document document)Create an instance of this class withdocument()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowOutputContent Modifier and Type Method Description FlowOutputEvent.BuilderFlowOutputEvent.Builder. content(FlowOutputContent content)The content in the output.FlowOutputEvent.BuilderFlowOutputEvent.BuilderImpl. content(FlowOutputContent content)
-