Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.ChallengeNameType
Packages that use ChallengeNameType
-
Uses of ChallengeNameType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ChallengeNameTypeModifier and TypeMethodDescriptionfinal ChallengeNameTypeAdminInitiateAuthResponse.challengeName()The name of the challenge that you're responding to with this call.final ChallengeNameTypeAdminRespondToAuthChallengeRequest.challengeName()The name of the challenge that you are responding to.final ChallengeNameTypeAdminRespondToAuthChallengeResponse.challengeName()The name of the next challenge that you must respond to.final ChallengeNameTypeInitiateAuthResponse.challengeName()The name of an additional authentication challenge that you must respond to.final ChallengeNameTypeRespondToAuthChallengeRequest.challengeName()The name of the challenge that you are responding to.final ChallengeNameTypeRespondToAuthChallengeResponse.challengeName()The name of the next challenge that you must respond to.static ChallengeNameTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ChallengeNameTypeReturns the enum constant of this type with the specified name.static ChallengeNameType[]ChallengeNameType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ChallengeNameTypeModifier and TypeMethodDescriptionfinal List<ChallengeNameType>AdminInitiateAuthResponse.availableChallenges()This response parameter lists the available authentication challenges that users can select from in choice-based authentication.final List<ChallengeNameType>InitiateAuthResponse.availableChallenges()This response parameter lists the available authentication challenges that users can select from in choice-based authentication.static Set<ChallengeNameType>ChallengeNameType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ChallengeNameTypeModifier and TypeMethodDescriptionAdminInitiateAuthResponse.Builder.availableChallenges(ChallengeNameType... availableChallenges) This response parameter lists the available authentication challenges that users can select from in choice-based authentication.InitiateAuthResponse.Builder.availableChallenges(ChallengeNameType... availableChallenges) This response parameter lists the available authentication challenges that users can select from in choice-based authentication.AdminInitiateAuthResponse.Builder.challengeName(ChallengeNameType challengeName) The name of the challenge that you're responding to with this call.AdminRespondToAuthChallengeRequest.Builder.challengeName(ChallengeNameType challengeName) The name of the challenge that you are responding to.AdminRespondToAuthChallengeResponse.Builder.challengeName(ChallengeNameType challengeName) The name of the next challenge that you must respond to.InitiateAuthResponse.Builder.challengeName(ChallengeNameType challengeName) The name of an additional authentication challenge that you must respond to.RespondToAuthChallengeRequest.Builder.challengeName(ChallengeNameType challengeName) The name of the challenge that you are responding to.RespondToAuthChallengeResponse.Builder.challengeName(ChallengeNameType challengeName) The name of the next challenge that you must respond to.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type ChallengeNameTypeModifier and TypeMethodDescriptionAdminInitiateAuthResponse.Builder.availableChallenges(Collection<ChallengeNameType> availableChallenges) This response parameter lists the available authentication challenges that users can select from in choice-based authentication.InitiateAuthResponse.Builder.availableChallenges(Collection<ChallengeNameType> availableChallenges) This response parameter lists the available authentication challenges that users can select from in choice-based authentication.