Uses of Class
com.amazonaws.services.cognitoidp.model.LambdaConfigType
-
Packages that use LambdaConfigType Package Description com.amazonaws.services.cognitoidp.model -
-
Uses of LambdaConfigType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return LambdaConfigType Modifier and Type Method Description LambdaConfigType
LambdaConfigType. clone()
LambdaConfigType
CreateUserPoolRequest. getLambdaConfig()
The Lambda trigger configuration information for the new user pool.LambdaConfigType
UpdateUserPoolRequest. getLambdaConfig()
The AWS Lambda configuration information from the request to update the user pool.LambdaConfigType
UserPoolDescriptionType. getLambdaConfig()
The AWS Lambda configuration information in a user pool description.LambdaConfigType
UserPoolType. getLambdaConfig()
A container describing the AWS Lambda triggers associated with a user pool.LambdaConfigType
LambdaConfigType. withCustomMessage(String customMessage)
A custom Message AWS Lambda trigger.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.Methods in com.amazonaws.services.cognitoidp.model with parameters of type LambdaConfigType Modifier and Type Method Description void
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
CreateUserPoolRequest. withLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda trigger configuration information for the new user pool.UpdateUserPoolRequest
UpdateUserPoolRequest. withLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information from the request to update the user pool.UserPoolDescriptionType
UserPoolDescriptionType. withLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.UserPoolType
UserPoolType. withLambdaConfig(LambdaConfigType lambdaConfig)
A container describing the AWS Lambda triggers associated with a user pool.
-