Uses of Class
software.amazon.awssdk.services.appflow.model.FlowDefinition
-
Packages that use FlowDefinition Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of FlowDefinition in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type FlowDefinition Modifier and Type Method Description List<FlowDefinition>ListFlowsResponse. flows()The list of flows associated with your account.Methods in software.amazon.awssdk.services.appflow.model with parameters of type FlowDefinition Modifier and Type Method Description ListFlowsResponse.BuilderListFlowsResponse.Builder. flows(FlowDefinition... flows)The list of flows associated with your account.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type FlowDefinition Modifier and Type Method Description ListFlowsResponse.BuilderListFlowsResponse.Builder. flows(Collection<FlowDefinition> flows)The list of flows associated with your account.
-