@Generated(value="software.amazon.awssdk:codegen") public enum AppType extends Enum<AppType>
| Enum Constant and Description |
|---|
CASSANDRA |
DB2 |
DOT_NET_FRAMEWORK |
DOTNET |
DOTNET_CORE |
IBM_WEB_SPHERE |
IIS |
J_BOSS |
JAVA |
MARIA_DB |
MONGO_DB |
MY_SQL |
ORACLE |
ORACLE_WEB_LOGIC |
OTHER |
POSTGRE_SQL_SERVER |
SPRING |
SQL_SERVER |
SYBASE |
TOMCAT |
UNKNOWN |
UNKNOWN_TO_SDK_VERSION |
VISUAL_BASIC |
| Modifier and Type | Method and Description |
|---|---|
static AppType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<AppType> |
knownValues()
|
String |
toString() |
static AppType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppType DOT_NET_FRAMEWORK
public static final AppType JAVA
public static final AppType SQL_SERVER
public static final AppType IIS
public static final AppType ORACLE
public static final AppType OTHER
public static final AppType TOMCAT
public static final AppType J_BOSS
public static final AppType SPRING
public static final AppType MONGO_DB
public static final AppType DB2
public static final AppType MARIA_DB
public static final AppType MY_SQL
public static final AppType SYBASE
public static final AppType POSTGRE_SQL_SERVER
public static final AppType CASSANDRA
public static final AppType IBM_WEB_SPHERE
public static final AppType ORACLE_WEB_LOGIC
public static final AppType VISUAL_BASIC
public static final AppType UNKNOWN
public static final AppType DOTNET_CORE
public static final AppType DOTNET
public static final AppType UNKNOWN_TO_SDK_VERSION
public static AppType[] values()
for (AppType c : AppType.values()) System.out.println(c);
public static AppType 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 static AppType fromValue(String value)
value - real valueCopyright © 2023. All rights reserved.