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