| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
ChallengeResponseType |
ChallengeResponseType.clone() |
ChallengeResponseType |
ChallengeResponseType.withChallengeName(ChallengeName challengeName)
The challenge name.
|
ChallengeResponseType |
ChallengeResponseType.withChallengeName(String challengeName)
The challenge name.
|
ChallengeResponseType |
ChallengeResponseType.withChallengeResponse(ChallengeResponse challengeResponse)
The challenge response.
|
ChallengeResponseType |
ChallengeResponseType.withChallengeResponse(String challengeResponse)
The challenge response.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChallengeResponseType> |
AuthEventType.getChallengeResponses()
The challenge responses.
|
| Modifier and Type | Method and Description |
|---|---|
AuthEventType |
AuthEventType.withChallengeResponses(ChallengeResponseType... challengeResponses)
The challenge responses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthEventType.setChallengeResponses(Collection<ChallengeResponseType> challengeResponses)
The challenge responses.
|
AuthEventType |
AuthEventType.withChallengeResponses(Collection<ChallengeResponseType> challengeResponses)
The challenge responses.
|
Copyright © 2023. All rights reserved.