Uses of Class
com.amazonaws.services.cognitoidp.model.LambdaConfigType
Packages that use LambdaConfigType
-
Uses of LambdaConfigType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return LambdaConfigTypeModifier and TypeMethodDescriptionLambdaConfigType.clone()
CreateUserPoolRequest.getLambdaConfig()
The Lambda trigger configuration information for the new user pool.UpdateUserPoolRequest.getLambdaConfig()
The AWS Lambda configuration information from the request to update the user pool.UserPoolDescriptionType.getLambdaConfig()
The AWS Lambda configuration information in a user pool description.UserPoolType.getLambdaConfig()
A container describing the AWS Lambda triggers associated with a user pool.LambdaConfigType.withCustomMessage
(String customMessage) A custom Message AWS Lambda trigger.LambdaConfigType.withPostAuthentication
(String postAuthentication) A post-authentication AWS Lambda trigger.LambdaConfigType.withPostConfirmation
(String postConfirmation) A post-confirmation AWS Lambda trigger.LambdaConfigType.withPreAuthentication
(String preAuthentication) A pre-authentication AWS Lambda trigger.LambdaConfigType.withPreSignUp
(String preSignUp) A pre-registration AWS Lambda trigger.Methods in com.amazonaws.services.cognitoidp.model with parameters of type LambdaConfigTypeModifier and TypeMethodDescriptionvoid
CreateUserPoolRequest.setLambdaConfig
(LambdaConfigType lambdaConfig) The Lambda trigger configuration information for the new user pool.void
UpdateUserPoolRequest.setLambdaConfig
(LambdaConfigType lambdaConfig) The AWS Lambda configuration information from the request to update the user pool.void
UserPoolDescriptionType.setLambdaConfig
(LambdaConfigType lambdaConfig) The AWS Lambda configuration information in a user pool description.void
UserPoolType.setLambdaConfig
(LambdaConfigType lambdaConfig) A container describing the AWS Lambda triggers associated with a user pool.CreateUserPoolRequest.withLambdaConfig
(LambdaConfigType lambdaConfig) The Lambda trigger configuration information for the new user pool.UpdateUserPoolRequest.withLambdaConfig
(LambdaConfigType lambdaConfig) The AWS Lambda configuration information from the request to update the user pool.UserPoolDescriptionType.withLambdaConfig
(LambdaConfigType lambdaConfig) The AWS Lambda configuration information in a user pool description.UserPoolType.withLambdaConfig
(LambdaConfigType lambdaConfig) A container describing the AWS Lambda triggers associated with a user pool.