Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminRespondToAuthChallengeResponse.Builder
Packages that use AdminRespondToAuthChallengeResponse.Builder
-
Uses of AdminRespondToAuthChallengeResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdminRespondToAuthChallengeResponse.BuilderModifier and TypeMethodDescriptionAdminRespondToAuthChallengeResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult) The outcome of a successful authentication process.AdminRespondToAuthChallengeResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult) The outcome of a successful authentication process.AdminRespondToAuthChallengeResponse.builder()AdminRespondToAuthChallengeResponse.Builder.challengeName(String challengeName) The name of the next challenge that you must respond to.AdminRespondToAuthChallengeResponse.Builder.challengeName(ChallengeNameType challengeName) The name of the next challenge that you must respond to.AdminRespondToAuthChallengeResponse.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.AdminRespondToAuthChallengeResponse.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminRespondToAuthChallengeResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AdminRespondToAuthChallengeResponse.Builder>AdminRespondToAuthChallengeResponse.serializableBuilderClass()