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