| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaConfigType |
LambdaConfigType.clone() |
LambdaConfigType |
UserPoolType.getLambdaConfig()
The Lambda triggers associated with the user pool.
|
LambdaConfigType |
UpdateUserPoolRequest.getLambdaConfig()
The Lambda configuration information from the request to update the user pool.
|
LambdaConfigType |
CreateUserPoolRequest.getLambdaConfig()
The Lambda trigger configuration information for the new user pool.
|
LambdaConfigType |
UserPoolDescriptionType.getLambdaConfig()
The Lambda configuration information in a user pool description.
|
LambdaConfigType |
LambdaConfigType.withCreateAuthChallenge(String createAuthChallenge)
Creates an authentication challenge.
|
LambdaConfigType |
LambdaConfigType.withCustomEmailSender(CustomEmailLambdaVersionConfigType customEmailSender)
A custom email sender Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withCustomMessage(String customMessage)
A custom Message Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withCustomSMSSender(CustomSMSLambdaVersionConfigType customSMSSender)
A custom SMS sender Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withDefineAuthChallenge(String defineAuthChallenge)
Defines the authentication challenge.
|
LambdaConfigType |
LambdaConfigType.withKMSKeyID(String kMSKeyID)
The Amazon Resource Name (ARN) of an KMS key.
|
LambdaConfigType |
LambdaConfigType.withPostAuthentication(String postAuthentication)
A post-authentication Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withPostConfirmation(String postConfirmation)
A post-confirmation Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withPreAuthentication(String preAuthentication)
A pre-authentication Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withPreSignUp(String preSignUp)
A pre-registration Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withPreTokenGeneration(String preTokenGeneration)
The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withPreTokenGenerationConfig(PreTokenGenerationVersionConfigType preTokenGenerationConfig)
The detailed configuration of a pre token generation trigger.
|
LambdaConfigType |
LambdaConfigType.withUserMigration(String userMigration)
The user migration Lambda config type.
|
LambdaConfigType |
LambdaConfigType.withVerifyAuthChallengeResponse(String verifyAuthChallengeResponse)
Verifies the authentication challenge response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserPoolType.setLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda triggers associated with the user pool.
|
void |
UpdateUserPoolRequest.setLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda configuration information from the request to update the user pool.
|
void |
CreateUserPoolRequest.setLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda trigger configuration information for the new user pool.
|
void |
UserPoolDescriptionType.setLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda configuration information in a user pool description.
|
UserPoolType |
UserPoolType.withLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda triggers associated with the user pool.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda configuration information from the request to update the user pool.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda trigger configuration information for the new user pool.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda configuration information in a user pool description.
|
Copyright © 2025. All rights reserved.