| 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 Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send SMS notifications
to users.
|
CustomSMSLambdaVersionConfigType.Builder |
CustomSMSLambdaVersionConfigType.Builder.lambdaVersion(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.Builder |
CustomSMSLambdaVersionConfigType.Builder.lambdaVersion(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.
|
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 AWS Lambda trigger.
|
Copyright © 2021. All rights reserved.