Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceNodeInputContent
-
Packages that use FlowTraceNodeInputContent Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowTraceNodeInputContent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowTraceNodeInputContent Modifier and Type Method Description FlowTraceNodeInputContentFlowTraceNodeInputField. content()The content of the node input.static FlowTraceNodeInputContentFlowTraceNodeInputContent. 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 FlowTraceNodeInputContent Modifier and Type Method Description FlowTraceNodeInputField.BuilderFlowTraceNodeInputField.Builder. content(FlowTraceNodeInputContent content)The content of the node input.
-