Uses of Class
software.amazon.awssdk.services.appflow.model.SourceFlowConfig
-
Packages that use SourceFlowConfig Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of SourceFlowConfig in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return SourceFlowConfig Modifier and Type Method Description SourceFlowConfigCreateFlowRequest. sourceFlowConfig()The configuration that controls how Amazon AppFlow retrieves data from the source connector.SourceFlowConfigDescribeFlowResponse. sourceFlowConfig()The configuration that controls how Amazon AppFlow retrieves data from the source connector.SourceFlowConfigUpdateFlowRequest. sourceFlowConfig()Returns the value of the SourceFlowConfig property for this object.Methods in software.amazon.awssdk.services.appflow.model with parameters of type SourceFlowConfig Modifier and Type Method Description CreateFlowRequest.BuilderCreateFlowRequest.Builder. sourceFlowConfig(SourceFlowConfig sourceFlowConfig)The configuration that controls how Amazon AppFlow retrieves data from the source connector.DescribeFlowResponse.BuilderDescribeFlowResponse.Builder. sourceFlowConfig(SourceFlowConfig sourceFlowConfig)The configuration that controls how Amazon AppFlow retrieves data from the source connector.UpdateFlowRequest.BuilderUpdateFlowRequest.Builder. sourceFlowConfig(SourceFlowConfig sourceFlowConfig)Sets the value of the SourceFlowConfig property for this object.
-