Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ChallengeNameType
-
Packages that use ChallengeNameType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ChallengeNameType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ChallengeNameType Modifier and Type Method Description ChallengeNameTypeAdminInitiateAuthResponse. challengeName()The name of the challenge that you're responding to with this call.ChallengeNameTypeAdminRespondToAuthChallengeRequest. challengeName()The name of the challenge that you are responding to.ChallengeNameTypeAdminRespondToAuthChallengeResponse. challengeName()The name of the challenge that you must next respond to.ChallengeNameTypeInitiateAuthResponse. challengeName()The name of the challenge that you're responding to with this call.ChallengeNameTypeRespondToAuthChallengeRequest. challengeName()The challenge name.ChallengeNameTypeRespondToAuthChallengeResponse. challengeName()The challenge name.static ChallengeNameTypeChallengeNameType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChallengeNameTypeChallengeNameType. valueOf(String name)Returns 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 ChallengeNameType Modifier and Type Method Description List<ChallengeNameType>InitiateAuthResponse. availableChallenges()This response parameter prompts a user to select from multiple available challenges that they can complete authentication with.static Set<ChallengeNameType>ChallengeNameType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ChallengeNameType Modifier and Type Method Description InitiateAuthResponse.BuilderInitiateAuthResponse.Builder. availableChallenges(ChallengeNameType... availableChallenges)This response parameter prompts a user to select from multiple available challenges that they can complete authentication with.AdminInitiateAuthResponse.BuilderAdminInitiateAuthResponse.Builder. challengeName(ChallengeNameType challengeName)The name of the challenge that you're responding to with this call.AdminRespondToAuthChallengeRequest.BuilderAdminRespondToAuthChallengeRequest.Builder. challengeName(ChallengeNameType challengeName)The name of the challenge that you are responding to.AdminRespondToAuthChallengeResponse.BuilderAdminRespondToAuthChallengeResponse.Builder. challengeName(ChallengeNameType challengeName)The name of the challenge that you must next respond to.InitiateAuthResponse.BuilderInitiateAuthResponse.Builder. challengeName(ChallengeNameType challengeName)The name of the challenge that you're responding to with this call.RespondToAuthChallengeRequest.BuilderRespondToAuthChallengeRequest.Builder. challengeName(ChallengeNameType challengeName)The challenge name.RespondToAuthChallengeResponse.BuilderRespondToAuthChallengeResponse.Builder. challengeName(ChallengeNameType challengeName)The challenge name.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type ChallengeNameType Modifier and Type Method Description InitiateAuthResponse.BuilderInitiateAuthResponse.Builder. availableChallenges(Collection<ChallengeNameType> availableChallenges)This response parameter prompts a user to select from multiple available challenges that they can complete authentication with.
-