| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration |
| Modifier and Type | Method and Description |
|---|---|
static TriggerFrequency |
TriggerFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriggerFrequency[] |
TriggerFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<TriggerFrequency> |
ImmutableDescribeConnectorConfigurationResponse.triggerFrequenciesSupported()
Trigger frequencies supported by Connector.
|
default List<TriggerFrequency> |
DescribeConnectorConfigurationResponse.triggerFrequenciesSupported()
Trigger frequencies supported by Connector.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.addTriggerFrequenciesSupported(TriggerFrequency... elements)
Adds elements to
triggerFrequenciesSupported list. |
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.addTriggerFrequenciesSupported(TriggerFrequency element)
Adds one element to
triggerFrequenciesSupported list. |
ImmutableDescribeConnectorConfigurationResponse |
ImmutableDescribeConnectorConfigurationResponse.withTriggerFrequenciesSupported(TriggerFrequency... elements)
Copy the current immutable object with elements that replace the content of
triggerFrequenciesSupported. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.addAllTriggerFrequenciesSupported(Iterable<? extends TriggerFrequency> elements)
Adds elements to
triggerFrequenciesSupported list. |
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.triggerFrequenciesSupported(Iterable<? extends TriggerFrequency> elements)
Sets or replaces all elements for
triggerFrequenciesSupported list. |
ImmutableDescribeConnectorConfigurationResponse |
ImmutableDescribeConnectorConfigurationResponse.withTriggerFrequenciesSupported(Iterable<? extends TriggerFrequency> elements)
Copy the current immutable object with elements that replace the content of
triggerFrequenciesSupported. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.