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