| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
ChallengeNameType |
AdminRespondToAuthChallengeResponse.challengeName()
The name of the challenge.
|
ChallengeNameType |
RespondToAuthChallengeRequest.challengeName()
The challenge name.
|
ChallengeNameType |
AdminRespondToAuthChallengeRequest.challengeName()
The challenge name.
|
ChallengeNameType |
AdminInitiateAuthResponse.challengeName()
The name of the challenge which you are responding to with this call.
|
ChallengeNameType |
RespondToAuthChallengeResponse.challengeName()
The challenge name.
|
ChallengeNameType |
InitiateAuthResponse.challengeName()
The name of the challenge which you are responding to with this call.
|
static ChallengeNameType |
ChallengeNameType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ChallengeNameType |
ChallengeNameType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ChallengeNameType> |
ChallengeNameType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.Builder.challengeName(ChallengeNameType challengeName)
The name of the challenge.
|
RespondToAuthChallengeRequest.Builder |
RespondToAuthChallengeRequest.Builder.challengeName(ChallengeNameType challengeName)
The challenge name.
|
AdminRespondToAuthChallengeRequest.Builder |
AdminRespondToAuthChallengeRequest.Builder.challengeName(ChallengeNameType challengeName)
The challenge name.
|
AdminInitiateAuthResponse.Builder |
AdminInitiateAuthResponse.Builder.challengeName(ChallengeNameType challengeName)
The name of the challenge which you are responding to with this call.
|
RespondToAuthChallengeResponse.Builder |
RespondToAuthChallengeResponse.Builder.challengeName(ChallengeNameType challengeName)
The challenge name.
|
InitiateAuthResponse.Builder |
InitiateAuthResponse.Builder.challengeName(ChallengeNameType challengeName)
The name of the challenge which you are responding to with this call.
|
Copyright © 2020. All rights reserved.