| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaConfigType |
UserPoolType.lambdaConfig()
The AWS Lambda triggers associated with the user pool.
|
LambdaConfigType |
CreateUserPoolRequest.lambdaConfig()
The Lambda trigger configuration information for the new user pool.
|
LambdaConfigType |
UserPoolDescriptionType.lambdaConfig()
The AWS Lambda configuration information in a user pool description.
|
LambdaConfigType |
UpdateUserPoolRequest.lambdaConfig()
The AWS Lambda configuration information from the request to update the user pool.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolType.Builder |
UserPoolType.Builder.lambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda triggers associated with the user pool.
|
CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.lambdaConfig(LambdaConfigType lambdaConfig)
The Lambda trigger configuration information for the new user pool.
|
UserPoolDescriptionType.Builder |
UserPoolDescriptionType.Builder.lambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.lambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information from the request to update the user pool.
|
Copyright © 2020. All rights reserved.