@Generated(value="software.amazon.awssdk:codegen") public enum ConnectorType extends Enum<ConnectorType>
Enum Constant and Description |
---|
AMPLITUDE |
DATADOG |
DYNATRACE |
EVENT_BRIDGE |
GOOGLEANALYTICS |
INFORNEXUS |
MARKETO |
REDSHIFT |
S3 |
SALESFORCE |
SERVICENOW |
SINGULAR |
SLACK |
SNOWFLAKE |
TRENDMICRO |
UNKNOWN_TO_SDK_VERSION |
UPSOLVER |
VEEVA |
ZENDESK |
Modifier and Type | Method and Description |
---|---|
static ConnectorType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ConnectorType> |
knownValues()
|
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 EVENT_BRIDGE
public static final ConnectorType UPSOLVER
public static final ConnectorType UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<ConnectorType> knownValues()
values()
to return a Set
of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION
.Set
of known ConnectorType
sCopyright © 2021 Amazon Web Services, Inc. All Rights Reserved.