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