Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ChallengeResponse
-
Packages that use ChallengeResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ChallengeResponse in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ChallengeResponse Modifier and Type Method Description ChallengeResponseChallengeResponseType. challengeResponse()The challenge response.static ChallengeResponseChallengeResponse. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChallengeResponseChallengeResponse. valueOf(String name)Returns the enum constant of this type with the specified name.static ChallengeResponse[]ChallengeResponse. 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 ChallengeResponse Modifier and Type Method Description static Set<ChallengeResponse>ChallengeResponse. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ChallengeResponse Modifier and Type Method Description ChallengeResponseType.BuilderChallengeResponseType.Builder. challengeResponse(ChallengeResponse challengeResponse)The challenge response.
-