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