Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
LambdaConfigType |
LambdaConfigType.clone() |
LambdaConfigType |
CreateUserPoolRequest.getLambdaConfig()
The Lambda trigger configuration information for the new user pool.
|
LambdaConfigType |
UserPoolDescriptionType.getLambdaConfig()
The AWS Lambda configuration information in a user pool description.
|
LambdaConfigType |
UpdateUserPoolRequest.getLambdaConfig()
The AWS Lambda configuration information from the request to update the
user pool.
|
LambdaConfigType |
UserPoolType.getLambdaConfig()
A container describing the AWS Lambda triggers associated with a user
pool.
|
LambdaConfigType |
LambdaConfigType.withCustomMessage(String customMessage)
A custom Message AWS Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withPostAuthentication(String postAuthentication)
A post-authentication AWS Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withPostConfirmation(String postConfirmation)
A post-confirmation AWS Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withPreAuthentication(String preAuthentication)
A pre-authentication AWS Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withPreSignUp(String preSignUp)
A pre-registration AWS Lambda trigger.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateUserPoolRequest.setLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda trigger configuration information for the new user pool.
|
void |
UserPoolDescriptionType.setLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
|
void |
UpdateUserPoolRequest.setLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information from the request to update the
user pool.
|
void |
UserPoolType.setLambdaConfig(LambdaConfigType lambdaConfig)
A container describing the AWS Lambda triggers associated with a user
pool.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda trigger configuration information for the new user pool.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information from the request to update the
user pool.
|
UserPoolType |
UserPoolType.withLambdaConfig(LambdaConfigType lambdaConfig)
A container describing the AWS Lambda triggers associated with a user
pool.
|
Copyright © 2018. All rights reserved.