| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorModes |
ConnectorModes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorModes[] |
ConnectorModes.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<ConnectorModes> |
ImmutableDescribeConnectorConfigurationResponse.connectorModes()
List of
ConnectorMode supported by the connector. |
List<ConnectorModes> |
DescribeConnectorConfigurationResponse.connectorModes()
List of
ConnectorMode supported by the connector. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.addConnectorModes(ConnectorModes... elements)
Adds elements to
connectorModes list. |
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.addConnectorModes(ConnectorModes element)
Adds one element to
connectorModes list. |
ImmutableDescribeConnectorConfigurationResponse |
ImmutableDescribeConnectorConfigurationResponse.withConnectorModes(ConnectorModes... elements)
Copy the current immutable object with elements that replace the content of
connectorModes. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.addAllConnectorModes(Iterable<? extends ConnectorModes> elements)
Adds elements to
connectorModes list. |
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.connectorModes(Iterable<? extends ConnectorModes> elements)
Sets or replaces all elements for
connectorModes list. |
ImmutableDescribeConnectorConfigurationResponse |
ImmutableDescribeConnectorConfigurationResponse.withConnectorModes(Iterable<? extends ConnectorModes> elements)
Copy the current immutable object with elements that replace the content of
connectorModes. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.