Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Field and Description |
---|---|
private LambdaConfigType |
UserPoolType.lambdaConfig
A container describing the AWS Lambda triggers associated with a user
pool.
|
private LambdaConfigType |
UserPoolDescriptionType.lambdaConfig
The AWS Lambda configuration information in a user pool description.
|
private LambdaConfigType |
UpdateUserPoolRequest.lambdaConfig
The AWS Lambda configuration information from the request to update the
user pool.
|
private LambdaConfigType |
CreateUserPoolRequest.lambdaConfig
The Lambda trigger configuration information for the new user pool.
|
Modifier and Type | Method and Description |
---|---|
LambdaConfigType |
LambdaConfigType.clone() |
LambdaConfigType |
UserPoolType.getLambdaConfig()
A container describing the AWS Lambda triggers associated with a 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 |
CreateUserPoolRequest.getLambdaConfig()
The Lambda trigger configuration information for the new user pool.
|
LambdaConfigType |
LambdaConfigType.withCustomMessage(java.lang.String customMessage)
A custom Message AWS Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withPostAuthentication(java.lang.String postAuthentication)
A post-authentication AWS Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withPostConfirmation(java.lang.String postConfirmation)
A post-confirmation AWS Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withPreAuthentication(java.lang.String preAuthentication)
A pre-authentication AWS Lambda trigger.
|
LambdaConfigType |
LambdaConfigType.withPreSignUp(java.lang.String preSignUp)
A pre-registration AWS Lambda trigger.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPoolType.setLambdaConfig(LambdaConfigType lambdaConfig)
A container describing the AWS Lambda triggers associated with a 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 |
CreateUserPoolRequest.setLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda trigger configuration information for the new user pool.
|
UserPoolType |
UserPoolType.withLambdaConfig(LambdaConfigType lambdaConfig)
A container describing the AWS Lambda triggers associated with a 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.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda trigger configuration information for the new user pool.
|
Modifier and Type | Method and Description |
---|---|
LambdaConfigType |
LambdaConfigTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LambdaConfigTypeJsonMarshaller.marshall(LambdaConfigType lambdaConfigType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|