Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowOutputField
Packages that use FlowOutputField
-
Uses of FlowOutputField in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowOutputFieldModifier and TypeMethodDescriptionfinal List<FlowOutputField>FlowExecutionOutputEvent.fields()A list of output fields produced by the flow.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowOutputFieldModifier and TypeMethodDescriptionFlowExecutionOutputEvent.Builder.fields(FlowOutputField... fields) A list of output fields produced by the flow.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowOutputFieldModifier and TypeMethodDescriptionFlowExecutionOutputEvent.Builder.fields(Collection<FlowOutputField> fields) A list of output fields produced by the flow.