Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowOutputField
-
Packages that use FlowOutputField Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
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 FlowOutputField Modifier and Type Method Description 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 FlowOutputField Modifier and Type Method Description FlowExecutionOutputEvent.BuilderFlowExecutionOutputEvent.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 FlowOutputField Modifier and Type Method Description FlowExecutionOutputEvent.BuilderFlowExecutionOutputEvent.Builder. fields(Collection<FlowOutputField> fields)A list of output fields produced by the flow.
-