Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowDefinition
-
Packages that use FlowDefinition Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FlowDefinition in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowDefinition Modifier and Type Method Description FlowDefinitionCreateFlowRequest. definition()A definition of the nodes and connections between nodes in the flow.FlowDefinitionCreateFlowResponse. definition()A definition of the nodes and connections between nodes in the flow.FlowDefinitionCreateFlowVersionResponse. definition()A definition of the nodes and connections in the flow.FlowDefinitionGetFlowResponse. definition()The definition of the nodes and connections between the nodes in the flow.FlowDefinitionGetFlowVersionResponse. definition()The definition of the nodes and connections between nodes in the flow.FlowDefinitionUpdateFlowRequest. definition()A definition of the nodes and the connections between the nodes in the flow.FlowDefinitionUpdateFlowResponse. definition()A definition of the nodes and the connections between nodes in the flow.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowDefinition Modifier and Type Method Description CreateFlowRequest.BuilderCreateFlowRequest.Builder. definition(FlowDefinition definition)A definition of the nodes and connections between nodes in the flow.CreateFlowResponse.BuilderCreateFlowResponse.Builder. definition(FlowDefinition definition)A definition of the nodes and connections between nodes in the flow.CreateFlowVersionResponse.BuilderCreateFlowVersionResponse.Builder. definition(FlowDefinition definition)A definition of the nodes and connections in the flow.GetFlowResponse.BuilderGetFlowResponse.Builder. definition(FlowDefinition definition)The definition of the nodes and connections between the nodes in the flow.GetFlowVersionResponse.BuilderGetFlowVersionResponse.Builder. definition(FlowDefinition definition)The definition of the nodes and connections between nodes in the flow.UpdateFlowRequest.BuilderUpdateFlowRequest.Builder. definition(FlowDefinition definition)A definition of the nodes and the connections between the nodes in the flow.UpdateFlowResponse.BuilderUpdateFlowResponse.Builder. definition(FlowDefinition definition)A definition of the nodes and the connections between nodes in the flow.
-