@Generated(value="software.amazon.awssdk:codegen") public enum HeterogeneousTargetDatabaseEngine extends Enum<HeterogeneousTargetDatabaseEngine>
| Enum Constant and Description |
|---|
AMAZON_AURORA |
AWS_POSTGRE_SQL |
DB2_LUW |
MARIA_DB |
MICROSOFT_SQL_SERVER |
MONGO_DB |
MY_SQL |
NONE_SPECIFIED |
ORACLE_DATABASE |
SAP |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static HeterogeneousTargetDatabaseEngine |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<HeterogeneousTargetDatabaseEngine> |
knownValues()
|
String |
toString() |
static HeterogeneousTargetDatabaseEngine |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeterogeneousTargetDatabaseEngine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeterogeneousTargetDatabaseEngine NONE_SPECIFIED
public static final HeterogeneousTargetDatabaseEngine AMAZON_AURORA
public static final HeterogeneousTargetDatabaseEngine AWS_POSTGRE_SQL
public static final HeterogeneousTargetDatabaseEngine MY_SQL
public static final HeterogeneousTargetDatabaseEngine MICROSOFT_SQL_SERVER
public static final HeterogeneousTargetDatabaseEngine ORACLE_DATABASE
public static final HeterogeneousTargetDatabaseEngine MARIA_DB
public static final HeterogeneousTargetDatabaseEngine SAP
public static final HeterogeneousTargetDatabaseEngine DB2_LUW
public static final HeterogeneousTargetDatabaseEngine MONGO_DB
public static final HeterogeneousTargetDatabaseEngine UNKNOWN_TO_SDK_VERSION
public static HeterogeneousTargetDatabaseEngine[] values()
for (HeterogeneousTargetDatabaseEngine c : HeterogeneousTargetDatabaseEngine.values()) System.out.println(c);
public static HeterogeneousTargetDatabaseEngine 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<HeterogeneousTargetDatabaseEngine>public static HeterogeneousTargetDatabaseEngine fromValue(String value)
value - real valuepublic static Set<HeterogeneousTargetDatabaseEngine> 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 HeterogeneousTargetDatabaseEnginesCopyright © 2023. All rights reserved.