| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
CustomEmailLambdaVersionConfigType |
CustomEmailLambdaVersionConfigType.clone() |
CustomEmailLambdaVersionConfigType |
LambdaConfigType.getCustomEmailSender()
A custom email sender AWS Lambda trigger.
|
CustomEmailLambdaVersionConfigType |
CustomEmailLambdaVersionConfigType.withLambdaArn(String lambdaArn)
The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send email notifications
to users.
|
CustomEmailLambdaVersionConfigType |
CustomEmailLambdaVersionConfigType.withLambdaVersion(CustomEmailSenderLambdaVersionType lambdaVersion)
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito
passes to your custom email Lambda function.
|
CustomEmailLambdaVersionConfigType |
CustomEmailLambdaVersionConfigType.withLambdaVersion(String lambdaVersion)
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito
passes to your custom email Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaConfigType.setCustomEmailSender(CustomEmailLambdaVersionConfigType customEmailSender)
A custom email sender AWS Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withCustomEmailSender(CustomEmailLambdaVersionConfigType customEmailSender)
A custom email sender AWS Lambda trigger.
|
Copyright © 2021. All rights reserved.