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