@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ChallengeNameType extends Enum<ChallengeNameType>
Enum Constant and Description |
---|
ADMIN_NO_SRP_AUTH |
CUSTOM_CHALLENGE |
DEVICE_PASSWORD_VERIFIER |
DEVICE_SRP_AUTH |
NEW_PASSWORD_REQUIRED |
PASSWORD_VERIFIER |
SMS_MFA |
Modifier and Type | Method and Description |
---|---|
static ChallengeNameType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ChallengeNameType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChallengeNameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChallengeNameType SMS_MFA
public static final ChallengeNameType PASSWORD_VERIFIER
public static final ChallengeNameType CUSTOM_CHALLENGE
public static final ChallengeNameType DEVICE_SRP_AUTH
public static final ChallengeNameType DEVICE_PASSWORD_VERIFIER
public static final ChallengeNameType ADMIN_NO_SRP_AUTH
public static final ChallengeNameType NEW_PASSWORD_REQUIRED
public static ChallengeNameType[] values()
for (ChallengeNameType c : ChallengeNameType.values()) System.out.println(c);
public static ChallengeNameType 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<ChallengeNameType>
public static ChallengeNameType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.