| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaConfigType |
LambdaConfigType.clone() |
LambdaConfigType |
UserPoolDescriptionType.getLambdaConfig()
The AWS Lambda configuration information in a user pool description.
|
LambdaConfigType |
UpdateUserPoolRequest.getLambdaConfig()
The AWS Lambda configuration information from the request to update the user pool.
|
LambdaConfigType |
UserPoolType.getLambdaConfig()
A container for the AWS Lambda triggers associated with a user pool.
|
LambdaConfigType |
CreateUserPoolRequest.getLambdaConfig()
The Lambda trigger configuration information for the new user pool.
|
LambdaConfigType |
LambdaConfigType.withCreateAuthChallenge(String createAuthChallenge)
Creates an authentication challenge.
|
LambdaConfigType |
LambdaConfigType.withCustomMessage(String customMessage)
A custom Message AWS Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withDefineAuthChallenge(String defineAuthChallenge)
Defines the authentication challenge.
|
LambdaConfigType |
LambdaConfigType.withPostAuthentication(String postAuthentication)
A post-authentication AWS Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withPostConfirmation(String postConfirmation)
A post-confirmation AWS Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withPreAuthentication(String preAuthentication)
A pre-authentication AWS Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withPreSignUp(String preSignUp)
A pre-registration AWS Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withVerifyAuthChallengeResponse(String verifyAuthChallengeResponse)
Verifies the authentication challenge response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserPoolDescriptionType.setLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
|
void |
UpdateUserPoolRequest.setLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information from the request to update the user pool.
|
void |
UserPoolType.setLambdaConfig(LambdaConfigType lambdaConfig)
A container for the AWS Lambda triggers associated with a user pool.
|
void |
CreateUserPoolRequest.setLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda trigger configuration information for the new user pool.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information from the request to update the user pool.
|
UserPoolType |
UserPoolType.withLambdaConfig(LambdaConfigType lambdaConfig)
A container for the AWS Lambda triggers associated with a user pool.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda trigger configuration information for the new user pool.
|
Copyright © 2017. All rights reserved.