@Generated(value="software.amazon.awssdk:codegen") public enum UpdateParamType extends Enum<UpdateParamType>
| Modifier and Type | Method and Description |
|---|---|
static UpdateParamType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<UpdateParamType> |
knownValues()
|
String |
toString() |
static UpdateParamType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateParamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateParamType VERSION
public static final UpdateParamType PLATFORM_VERSION
public static final UpdateParamType ENDPOINT_PRIVATE_ACCESS
public static final UpdateParamType ENDPOINT_PUBLIC_ACCESS
public static final UpdateParamType CLUSTER_LOGGING
public static final UpdateParamType DESIRED_SIZE
public static final UpdateParamType LABELS_TO_ADD
public static final UpdateParamType LABELS_TO_REMOVE
public static final UpdateParamType TAINTS_TO_ADD
public static final UpdateParamType TAINTS_TO_REMOVE
public static final UpdateParamType MAX_SIZE
public static final UpdateParamType MIN_SIZE
public static final UpdateParamType RELEASE_VERSION
public static final UpdateParamType PUBLIC_ACCESS_CIDRS
public static final UpdateParamType LAUNCH_TEMPLATE_NAME
public static final UpdateParamType LAUNCH_TEMPLATE_VERSION
public static final UpdateParamType IDENTITY_PROVIDER_CONFIG
public static final UpdateParamType ENCRYPTION_CONFIG
public static final UpdateParamType ADDON_VERSION
public static final UpdateParamType SERVICE_ACCOUNT_ROLE_ARN
public static final UpdateParamType RESOLVE_CONFLICTS
public static final UpdateParamType MAX_UNAVAILABLE
public static final UpdateParamType MAX_UNAVAILABLE_PERCENTAGE
public static final UpdateParamType UNKNOWN_TO_SDK_VERSION
public static UpdateParamType[] values()
for (UpdateParamType c : UpdateParamType.values()) System.out.println(c);
public static UpdateParamType 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<UpdateParamType>public static UpdateParamType fromValue(String value)
value - real valuepublic static Set<UpdateParamType> 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 UpdateParamTypesCopyright © 2023. All rights reserved.