Uses of Class
software.amazon.awssdk.services.appflow.model.DestinationFlowConfig
-
Packages that use DestinationFlowConfig Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of DestinationFlowConfig in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type DestinationFlowConfig Modifier and Type Method Description List<DestinationFlowConfig>CreateFlowRequest. destinationFlowConfigList()The configuration that controls how Amazon AppFlow places data in the destination connector.List<DestinationFlowConfig>DescribeFlowResponse. destinationFlowConfigList()The configuration that controls how Amazon AppFlow transfers data to the destination connector.List<DestinationFlowConfig>UpdateFlowRequest. destinationFlowConfigList()The configuration that controls how Amazon AppFlow transfers data to the destination connector.Methods in software.amazon.awssdk.services.appflow.model with parameters of type DestinationFlowConfig Modifier and Type Method Description CreateFlowRequest.BuilderCreateFlowRequest.Builder. destinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)The configuration that controls how Amazon AppFlow places data in the destination connector.DescribeFlowResponse.BuilderDescribeFlowResponse.Builder. destinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)The configuration that controls how Amazon AppFlow transfers data to the destination connector.UpdateFlowRequest.BuilderUpdateFlowRequest.Builder. destinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)The configuration that controls how Amazon AppFlow transfers data to the destination connector.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type DestinationFlowConfig Modifier and Type Method Description CreateFlowRequest.BuilderCreateFlowRequest.Builder. destinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)The configuration that controls how Amazon AppFlow places data in the destination connector.DescribeFlowResponse.BuilderDescribeFlowResponse.Builder. destinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)The configuration that controls how Amazon AppFlow transfers data to the destination connector.UpdateFlowRequest.BuilderUpdateFlowRequest.Builder. destinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)The configuration that controls how Amazon AppFlow transfers data to the destination connector.
-