Uses of Class
software.amazon.awssdk.services.appflow.model.FlowStatus
-
Packages that use FlowStatus Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of FlowStatus in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return FlowStatus Modifier and Type Method Description FlowStatusCreateFlowResponse. flowStatus()Indicates the current status of the flow.FlowStatusDescribeFlowResponse. flowStatus()Indicates the current status of the flow.FlowStatusFlowDefinition. flowStatus()Indicates the current status of the flow.FlowStatusStartFlowResponse. flowStatus()Indicates the current status of the flow.FlowStatusStopFlowResponse. flowStatus()Indicates the current status of the flow.FlowStatusUpdateFlowResponse. flowStatus()Indicates the current status of the flow.static FlowStatusFlowStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FlowStatusFlowStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static FlowStatus[]FlowStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type FlowStatus Modifier and Type Method Description static Set<FlowStatus>FlowStatus. knownValues()Methods in software.amazon.awssdk.services.appflow.model with parameters of type FlowStatus Modifier and Type Method Description CreateFlowResponse.BuilderCreateFlowResponse.Builder. flowStatus(FlowStatus flowStatus)Indicates the current status of the flow.DescribeFlowResponse.BuilderDescribeFlowResponse.Builder. flowStatus(FlowStatus flowStatus)Indicates the current status of the flow.FlowDefinition.BuilderFlowDefinition.Builder. flowStatus(FlowStatus flowStatus)Indicates the current status of the flow.StartFlowResponse.BuilderStartFlowResponse.Builder. flowStatus(FlowStatus flowStatus)Indicates the current status of the flow.StopFlowResponse.BuilderStopFlowResponse.Builder. flowStatus(FlowStatus flowStatus)Indicates the current status of the flow.UpdateFlowResponse.BuilderUpdateFlowResponse.Builder. flowStatus(FlowStatus flowStatus)Indicates the current status of the flow.
-