Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminInitiateAuthResponse.Builder
Packages that use AdminInitiateAuthResponse.Builder
-
Uses of AdminInitiateAuthResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdminInitiateAuthResponse.BuilderModifier and TypeMethodDescriptionAdminInitiateAuthResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult) The outcome of successful authentication.AdminInitiateAuthResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult) The outcome of successful authentication.AdminInitiateAuthResponse.Builder.availableChallenges(Collection<ChallengeNameType> availableChallenges) This response parameter lists the available authentication challenges that users can select from in choice-based authentication.AdminInitiateAuthResponse.Builder.availableChallenges(ChallengeNameType... availableChallenges) This response parameter lists the available authentication challenges that users can select from in choice-based authentication.AdminInitiateAuthResponse.Builder.availableChallengesWithStrings(String... availableChallenges) This response parameter lists the available authentication challenges that users can select from in choice-based authentication.AdminInitiateAuthResponse.Builder.availableChallengesWithStrings(Collection<String> availableChallenges) This response parameter lists the available authentication challenges that users can select from in choice-based authentication.AdminInitiateAuthResponse.builder()AdminInitiateAuthResponse.Builder.challengeName(String challengeName) The name of the challenge that you're responding to with this call.AdminInitiateAuthResponse.Builder.challengeName(ChallengeNameType challengeName) The name of the challenge that you're responding to with this call.AdminInitiateAuthResponse.Builder.challengeParameters(Map<String, String> challengeParameters) The parameters of an authentication challenge.The session that must be passed to challenge-response requests.AdminInitiateAuthResponse.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminInitiateAuthResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AdminInitiateAuthResponse.Builder>AdminInitiateAuthResponse.serializableBuilderClass()