Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ChallengeResponseType.Builder
Packages that use ChallengeResponseType.Builder
-
Uses of ChallengeResponseType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ChallengeResponseType.BuilderModifier and TypeMethodDescriptionChallengeResponseType.builder()ChallengeResponseType.Builder.challengeName(String challengeName) The type of challenge that your previous authentication request returned in the parameterChallengeName, for exampleSMS_MFA.ChallengeResponseType.Builder.challengeName(ChallengeName challengeName) The type of challenge that your previous authentication request returned in the parameterChallengeName, for exampleSMS_MFA.ChallengeResponseType.Builder.challengeResponse(String challengeResponse) The set of key-value pairs that provides a response to the requested challenge.ChallengeResponseType.Builder.challengeResponse(ChallengeResponse challengeResponse) The set of key-value pairs that provides a response to the requested challenge.ChallengeResponseType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ChallengeResponseType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ChallengeResponseType.Builder>ChallengeResponseType.serializableBuilderClass()