@Generated(value="software.amazon.awssdk:codegen") 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 |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static ChallengeNameType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ChallengeNameType> |
knownValues()
|
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 final ChallengeNameType UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<ChallengeNameType> 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 ChallengeNameTypesCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.