Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowDefinition
Packages that use FlowDefinition
-
Uses of FlowDefinition in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowDefinitionModifier and TypeMethodDescriptionfinal FlowDefinitionCreateFlowRequest.definition()A definition of the nodes and connections between nodes in the flow.final FlowDefinitionCreateFlowResponse.definition()A definition of the nodes and connections between nodes in the flow.final FlowDefinitionCreateFlowVersionResponse.definition()A definition of the nodes and connections in the flow.final FlowDefinitionGetFlowResponse.definition()The definition of the nodes and connections between the nodes in the flow.final FlowDefinitionGetFlowVersionResponse.definition()The definition of the nodes and connections between nodes in the flow.final FlowDefinitionLoopFlowNodeConfiguration.definition()The definition of the DoWhile loop nodes and connections between nodes in the flow.final FlowDefinitionUpdateFlowRequest.definition()A definition of the nodes and the connections between the nodes in the flow.final FlowDefinitionUpdateFlowResponse.definition()A definition of the nodes and the connections between nodes in the flow.final FlowDefinitionValidateFlowDefinitionRequest.definition()The definition of a flow to validate.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowDefinitionModifier and TypeMethodDescriptionCreateFlowRequest.Builder.definition(FlowDefinition definition) A definition of the nodes and connections between nodes in the flow.CreateFlowResponse.Builder.definition(FlowDefinition definition) A definition of the nodes and connections between nodes in the flow.CreateFlowVersionResponse.Builder.definition(FlowDefinition definition) A definition of the nodes and connections in the flow.GetFlowResponse.Builder.definition(FlowDefinition definition) The definition of the nodes and connections between the nodes in the flow.GetFlowVersionResponse.Builder.definition(FlowDefinition definition) The definition of the nodes and connections between nodes in the flow.LoopFlowNodeConfiguration.Builder.definition(FlowDefinition definition) The definition of the DoWhile loop nodes and connections between nodes in the flow.UpdateFlowRequest.Builder.definition(FlowDefinition definition) A definition of the nodes and the connections between the nodes in the flow.UpdateFlowResponse.Builder.definition(FlowDefinition definition) A definition of the nodes and the connections between nodes in the flow.ValidateFlowDefinitionRequest.Builder.definition(FlowDefinition definition) The definition of a flow to validate.