| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleFrequencyType |
ScheduleFrequencyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ScheduleFrequencyType |
ScheduleFrequencyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleFrequencyType[] |
ScheduleFrequencyType.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<ScheduleFrequencyType> |
ScheduleFrequencyType.knownValues()
|
List<ScheduleFrequencyType> |
ConnectorConfiguration.supportedSchedulingFrequencies()
Specifies the supported flow frequency for that connector.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfiguration.Builder |
ConnectorConfiguration.Builder.supportedSchedulingFrequencies(ScheduleFrequencyType... supportedSchedulingFrequencies)
Specifies the supported flow frequency for that connector.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfiguration.Builder |
ConnectorConfiguration.Builder.supportedSchedulingFrequencies(Collection<ScheduleFrequencyType> supportedSchedulingFrequencies)
Specifies the supported flow frequency for that connector.
|
Copyright © 2023. All rights reserved.