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 LambdaConfigTypeLambdaConfigType. clone()LambdaConfigTypeCreateUserPoolRequest. getLambdaConfig()The Lambda trigger configuration information for the new user pool.LambdaConfigTypeUpdateUserPoolRequest. getLambdaConfig()The AWS Lambda configuration information from the request to update the user pool.LambdaConfigTypeUserPoolDescriptionType. getLambdaConfig()The AWS Lambda configuration information in a user pool description.LambdaConfigTypeUserPoolType. getLambdaConfig()A container describing the AWS Lambda triggers associated with a user pool.LambdaConfigTypeLambdaConfigType. withCustomMessage(String customMessage)A custom Message AWS Lambda trigger.LambdaConfigTypeLambdaConfigType. withPostAuthentication(String postAuthentication)A post-authentication AWS Lambda trigger.LambdaConfigTypeLambdaConfigType. withPostConfirmation(String postConfirmation)A post-confirmation AWS Lambda trigger.LambdaConfigTypeLambdaConfigType. withPreAuthentication(String preAuthentication)A pre-authentication AWS Lambda trigger.LambdaConfigTypeLambdaConfigType. 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 voidCreateUserPoolRequest. setLambdaConfig(LambdaConfigType lambdaConfig)The Lambda trigger configuration information for the new user pool.voidUpdateUserPoolRequest. setLambdaConfig(LambdaConfigType lambdaConfig)The AWS Lambda configuration information from the request to update the user pool.voidUserPoolDescriptionType. setLambdaConfig(LambdaConfigType lambdaConfig)The AWS Lambda configuration information in a user pool description.voidUserPoolType. setLambdaConfig(LambdaConfigType lambdaConfig)A container describing the AWS Lambda triggers associated with a user pool.CreateUserPoolRequestCreateUserPoolRequest. withLambdaConfig(LambdaConfigType lambdaConfig)The Lambda trigger configuration information for the new user pool.UpdateUserPoolRequestUpdateUserPoolRequest. withLambdaConfig(LambdaConfigType lambdaConfig)The AWS Lambda configuration information from the request to update the user pool.UserPoolDescriptionTypeUserPoolDescriptionType. withLambdaConfig(LambdaConfigType lambdaConfig)The AWS Lambda configuration information in a user pool description.UserPoolTypeUserPoolType. withLambdaConfig(LambdaConfigType lambdaConfig)A container describing the AWS Lambda triggers associated with a user pool.
-