Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ChallengeName
-
Packages that use ChallengeName Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ChallengeName in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ChallengeName Modifier and Type Method Description ChallengeNameChallengeResponseType. challengeName()The type of challenge that your previous authentication request returned in the parameterChallengeName, for exampleSMS_MFA.static ChallengeNameChallengeName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChallengeNameChallengeName. valueOf(String name)Returns the enum constant of this type with the specified name.static ChallengeName[]ChallengeName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ChallengeName Modifier and Type Method Description static Set<ChallengeName>ChallengeName. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ChallengeName Modifier and Type Method Description ChallengeResponseType.BuilderChallengeResponseType.Builder. challengeName(ChallengeName challengeName)The type of challenge that your previous authentication request returned in the parameterChallengeName, for exampleSMS_MFA.
-