Uses of Class
software.amazon.awssdk.services.appflow.model.TriggerConfig
-
Packages that use TriggerConfig Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of TriggerConfig in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return TriggerConfig Modifier and Type Method Description TriggerConfigCreateFlowRequest. triggerConfig()The trigger settings that determine how and when the flow runs.TriggerConfigDescribeFlowResponse. triggerConfig()The trigger settings that determine how and when the flow runs.TriggerConfigUpdateFlowRequest. triggerConfig()The trigger settings that determine how and when the flow runs.Methods in software.amazon.awssdk.services.appflow.model with parameters of type TriggerConfig Modifier and Type Method Description CreateFlowRequest.BuilderCreateFlowRequest.Builder. triggerConfig(TriggerConfig triggerConfig)The trigger settings that determine how and when the flow runs.DescribeFlowResponse.BuilderDescribeFlowResponse.Builder. triggerConfig(TriggerConfig triggerConfig)The trigger settings that determine how and when the flow runs.UpdateFlowRequest.BuilderUpdateFlowRequest.Builder. triggerConfig(TriggerConfig triggerConfig)The trigger settings that determine how and when the flow runs.
-