| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
RespondToAuthChallengeResponse.Builder |
RespondToAuthChallengeResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult)
The result returned by the server in response to the request to respond to the authentication challenge.
|
default RespondToAuthChallengeResponse.Builder |
RespondToAuthChallengeResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult)
The result returned by the server in response to the request to respond to the authentication challenge.
|
static RespondToAuthChallengeResponse.Builder |
RespondToAuthChallengeResponse.builder() |
RespondToAuthChallengeResponse.Builder |
RespondToAuthChallengeResponse.Builder.challengeName(ChallengeNameType challengeName)
The challenge name.
|
RespondToAuthChallengeResponse.Builder |
RespondToAuthChallengeResponse.Builder.challengeName(String challengeName)
The challenge name.
|
RespondToAuthChallengeResponse.Builder |
RespondToAuthChallengeResponse.Builder.challengeParameters(Map<String,String> challengeParameters)
The challenge parameters.
|
RespondToAuthChallengeResponse.Builder |
RespondToAuthChallengeResponse.Builder.session(String session)
The session which should be passed both ways in challenge-response calls to the service.
|
RespondToAuthChallengeResponse.Builder |
RespondToAuthChallengeResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RespondToAuthChallengeResponse.Builder> |
RespondToAuthChallengeResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.