Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowOutputContent.Builder
-
Packages that use FlowOutputContent.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowOutputContent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowOutputContent.Builder Modifier and Type Method Description static FlowOutputContent.BuilderFlowOutputContent. builder()FlowOutputContent.BuilderFlowOutputContent.Builder. document(Document document)The content in the output.FlowOutputContent.BuilderFlowOutputEvent.BuilderImpl. getContent()FlowOutputContent.BuilderFlowOutputContent. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowOutputContent.Builder Modifier and Type Method Description static Class<? extends FlowOutputContent.Builder>FlowOutputContent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowOutputContent.Builder Modifier and Type Method Description default FlowOutputEvent.BuilderFlowOutputEvent.Builder. content(Consumer<FlowOutputContent.Builder> content)The content in the output.
-