Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ChallengeResponseType
Packages that use ChallengeResponseType
-
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 ChallengeResponseTypeModifier and TypeMethodDescriptionfinal 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 ChallengeResponseTypeModifier and TypeMethodDescriptionAuthEventType.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 ChallengeResponseTypeModifier and TypeMethodDescriptionAuthEventType.Builder.challengeResponses(Collection<ChallengeResponseType> challengeResponses) A list of the challenges that the user was requested to answer, for examplePassword, and the result, for exampleSuccess.