| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static TriggerType |
TriggerType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TriggerType |
TriggerConfig.triggerType()
Specifies the type of flow trigger.
|
TriggerType |
FlowDefinition.triggerType()
Specifies the type of flow trigger.
|
static TriggerType |
TriggerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriggerType[] |
TriggerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TriggerType> |
TriggerType.knownValues()
|
List<TriggerType> |
ConnectorConfiguration.supportedTriggerTypes()
Specifies the supported trigger types for the flow.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfiguration.Builder |
ConnectorConfiguration.Builder.supportedTriggerTypes(TriggerType... supportedTriggerTypes)
Specifies the supported trigger types for the flow.
|
TriggerConfig.Builder |
TriggerConfig.Builder.triggerType(TriggerType triggerType)
Specifies the type of flow trigger.
|
FlowDefinition.Builder |
FlowDefinition.Builder.triggerType(TriggerType triggerType)
Specifies the type of flow trigger.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfiguration.Builder |
ConnectorConfiguration.Builder.supportedTriggerTypes(Collection<TriggerType> supportedTriggerTypes)
Specifies the supported trigger types for the flow.
|
Copyright © 2023. All rights reserved.