| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
TriggerConfig |
TriggerConfig.clone() |
TriggerConfig |
DescribeFlowResult.getTriggerConfig()
The trigger settings that determine how and when the flow runs.
|
TriggerConfig |
CreateFlowRequest.getTriggerConfig()
The trigger settings that determine how and when the flow runs.
|
TriggerConfig |
UpdateFlowRequest.getTriggerConfig()
The trigger settings that determine how and when the flow runs.
|
TriggerConfig |
TriggerConfig.withTriggerProperties(TriggerProperties triggerProperties)
Specifies the configuration details of a schedule-triggered flow as defined by the user.
|
TriggerConfig |
TriggerConfig.withTriggerType(String triggerType)
Specifies the type of flow trigger.
|
TriggerConfig |
TriggerConfig.withTriggerType(TriggerType triggerType)
Specifies the type of flow trigger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFlowResult.setTriggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
void |
CreateFlowRequest.setTriggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
void |
UpdateFlowRequest.setTriggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
DescribeFlowResult |
DescribeFlowResult.withTriggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
CreateFlowRequest |
CreateFlowRequest.withTriggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
UpdateFlowRequest |
UpdateFlowRequest.withTriggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
Copyright © 2022. All rights reserved.