| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
com.google.common.collect.ImmutableList<TriggerType> |
ImmutableDescribeConnectorConfigurationResponse.supportedTriggerTypes()
Trigger types supported by connector.
|
default List<TriggerType> |
DescribeConnectorConfigurationResponse.supportedTriggerTypes()
Trigger types supported by connector.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.addSupportedTriggerTypes(TriggerType... elements)
Adds elements to
supportedTriggerTypes list. |
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.addSupportedTriggerTypes(TriggerType element)
Adds one element to
supportedTriggerTypes list. |
ImmutableDescribeConnectorConfigurationResponse |
ImmutableDescribeConnectorConfigurationResponse.withSupportedTriggerTypes(TriggerType... elements)
Copy the current immutable object with elements that replace the content of
supportedTriggerTypes. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.addAllSupportedTriggerTypes(Iterable<? extends TriggerType> elements)
Adds elements to
supportedTriggerTypes list. |
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.supportedTriggerTypes(Iterable<? extends TriggerType> elements)
Sets or replaces all elements for
supportedTriggerTypes list. |
ImmutableDescribeConnectorConfigurationResponse |
ImmutableDescribeConnectorConfigurationResponse.withSupportedTriggerTypes(Iterable<? extends TriggerType> elements)
Copy the current immutable object with elements that replace the content of
supportedTriggerTypes. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.