@Generated(value="software.amazon.awssdk:codegen") public enum RuntimeEnvironment extends Enum<RuntimeEnvironment>
Enum Constant and Description |
---|
FLINK_1_6 |
SQL_1_0 |
UNKNOWN_TO_SDK_VERSION |
Modifier and Type | Method and Description |
---|---|
static RuntimeEnvironment |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<RuntimeEnvironment> |
knownValues()
|
String |
toString() |
static RuntimeEnvironment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeEnvironment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuntimeEnvironment SQL_1_0
public static final RuntimeEnvironment FLINK_1_6
public static final RuntimeEnvironment UNKNOWN_TO_SDK_VERSION
public static RuntimeEnvironment[] values()
for (RuntimeEnvironment c : RuntimeEnvironment.values()) System.out.println(c);
public static RuntimeEnvironment 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<RuntimeEnvironment>
public static RuntimeEnvironment fromValue(String value)
value
- real valuepublic static Set<RuntimeEnvironment> 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 RuntimeEnvironment
sCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.