@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ConnectorType extends Enum<ConnectorType>
Enum Constant and Description |
---|
Amplitude |
CustomConnector |
CustomerProfiles |
Datadog |
Dynatrace |
EventBridge |
Googleanalytics |
Honeycode |
Infornexus |
LookoutMetrics |
Marketo |
Pardot |
Redshift |
S3 |
Salesforce |
SAPOData |
Servicenow |
Singular |
Slack |
Snowflake |
Trendmicro |
Upsolver |
Veeva |
Zendesk |
Modifier and Type | Method and Description |
---|---|
static ConnectorType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ConnectorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectorType Salesforce
public static final ConnectorType Singular
public static final ConnectorType Slack
public static final ConnectorType Redshift
public static final ConnectorType S3
public static final ConnectorType Marketo
public static final ConnectorType Googleanalytics
public static final ConnectorType Zendesk
public static final ConnectorType Servicenow
public static final ConnectorType Datadog
public static final ConnectorType Trendmicro
public static final ConnectorType Snowflake
public static final ConnectorType Dynatrace
public static final ConnectorType Infornexus
public static final ConnectorType Amplitude
public static final ConnectorType Veeva
public static final ConnectorType EventBridge
public static final ConnectorType LookoutMetrics
public static final ConnectorType Upsolver
public static final ConnectorType Honeycode
public static final ConnectorType CustomerProfiles
public static final ConnectorType SAPOData
public static final ConnectorType CustomConnector
public static final ConnectorType Pardot
public static ConnectorType[] values()
for (ConnectorType c : ConnectorType.values()) System.out.println(c);
public static ConnectorType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<ConnectorType>
public static ConnectorType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.