Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.RespondToAuthChallengeResponse.Builder
Packages that use RespondToAuthChallengeResponse.Builder
-
Uses of RespondToAuthChallengeResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return RespondToAuthChallengeResponse.BuilderModifier and TypeMethodDescriptionRespondToAuthChallengeResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult) The outcome of a successful authentication process.RespondToAuthChallengeResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult) The outcome of a successful authentication process.RespondToAuthChallengeResponse.builder()RespondToAuthChallengeResponse.Builder.challengeName(String challengeName) The name of the next challenge that you must respond to.RespondToAuthChallengeResponse.Builder.challengeName(ChallengeNameType challengeName) The name of the next challenge that you must respond to.RespondToAuthChallengeResponse.Builder.challengeParameters(Map<String, String> challengeParameters) The parameters that define your response to the next challenge.The session identifier that maintains the state of authentication requests and challenge responses.RespondToAuthChallengeResponse.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type RespondToAuthChallengeResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RespondToAuthChallengeResponse.Builder>RespondToAuthChallengeResponse.serializableBuilderClass()