Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ChallengeResponseType
-
Packages that use ChallengeResponseType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ChallengeResponseType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ChallengeResponseType Modifier and Type Method Description List<ChallengeResponseType>AuthEventType. challengeResponses()A list of the challenges that the user was requested to answer, for examplePassword, and the result, for exampleSuccess.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ChallengeResponseType Modifier and Type Method Description AuthEventType.BuilderAuthEventType.Builder. challengeResponses(ChallengeResponseType... challengeResponses)A list of the challenges that the user was requested to answer, for examplePassword, and the result, for exampleSuccess.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type ChallengeResponseType Modifier and Type Method Description AuthEventType.BuilderAuthEventType.Builder. challengeResponses(Collection<ChallengeResponseType> challengeResponses)A list of the challenges that the user was requested to answer, for examplePassword, and the result, for exampleSuccess.
-