@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum MitigationActionType extends Enum<MitigationActionType>
| Enum Constant and Description |
|---|
ADD_THINGS_TO_THING_GROUP |
ENABLE_IOT_LOGGING |
PUBLISH_FINDING_TO_SNS |
REPLACE_DEFAULT_POLICY_VERSION |
UPDATE_CA_CERTIFICATE |
UPDATE_DEVICE_CERTIFICATE |
| Modifier and Type | Method and Description |
|---|---|
static MitigationActionType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static MitigationActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MitigationActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MitigationActionType UPDATE_DEVICE_CERTIFICATE
public static final MitigationActionType UPDATE_CA_CERTIFICATE
public static final MitigationActionType ADD_THINGS_TO_THING_GROUP
public static final MitigationActionType REPLACE_DEFAULT_POLICY_VERSION
public static final MitigationActionType ENABLE_IOT_LOGGING
public static final MitigationActionType PUBLISH_FINDING_TO_SNS
public static MitigationActionType[] values()
for (MitigationActionType c : MitigationActionType.values()) System.out.println(c);
public static MitigationActionType 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<MitigationActionType>public static MitigationActionType fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.