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