Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceNodeInputField
-
Packages that use FlowTraceNodeInputField Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowTraceNodeInputField in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowTraceNodeInputField Modifier and Type Method Description List<FlowTraceNodeInputField>FlowTraceNodeInputEvent. fields()An array of objects containing information about each field in the input.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowTraceNodeInputField Modifier and Type Method Description FlowTraceNodeInputEvent.BuilderFlowTraceNodeInputEvent.Builder. fields(FlowTraceNodeInputField... fields)An array of objects containing information about each field in the input.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowTraceNodeInputField Modifier and Type Method Description FlowTraceNodeInputEvent.BuilderFlowTraceNodeInputEvent.Builder. fields(Collection<FlowTraceNodeInputField> fields)An array of objects containing information about each field in the input.
-