| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomSMSLambdaVersionConfigType.Builder |
CustomSMSLambdaVersionConfigType.builder() |
CustomSMSLambdaVersionConfigType.Builder |
CustomSMSLambdaVersionConfigType.Builder.lambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send SMS notifications
to users.
|
CustomSMSLambdaVersionConfigType.Builder |
CustomSMSLambdaVersionConfigType.Builder.lambdaVersion(CustomSMSSenderLambdaVersionType lambdaVersion)
Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom SMS
Lambda function.
|
CustomSMSLambdaVersionConfigType.Builder |
CustomSMSLambdaVersionConfigType.Builder.lambdaVersion(String lambdaVersion)
Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom SMS
Lambda function.
|
CustomSMSLambdaVersionConfigType.Builder |
CustomSMSLambdaVersionConfigType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomSMSLambdaVersionConfigType.Builder> |
CustomSMSLambdaVersionConfigType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LambdaConfigType.Builder |
LambdaConfigType.Builder.customSMSSender(Consumer<CustomSMSLambdaVersionConfigType.Builder> customSMSSender)
A custom SMS sender Lambda trigger.
|
Copyright © 2022. All rights reserved.