Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.LambdaConfigType
-
Packages that use LambdaConfigType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of LambdaConfigType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return LambdaConfigType Modifier and Type Method Description LambdaConfigTypeCreateUserPoolRequest. lambdaConfig()A collection of user pool Lambda triggers.LambdaConfigTypeUpdateUserPoolRequest. lambdaConfig()The Lambda configuration information from the request to update the user pool.LambdaConfigTypeUserPoolDescriptionType. lambdaConfig()A collection of user pool Lambda triggers.LambdaConfigTypeUserPoolType. lambdaConfig()A collection of user pool Lambda triggers.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type LambdaConfigType Modifier and Type Method Description CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder. lambdaConfig(LambdaConfigType lambdaConfig)A collection of user pool Lambda triggers.UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder. lambdaConfig(LambdaConfigType lambdaConfig)The Lambda configuration information from the request to update the user pool.UserPoolDescriptionType.BuilderUserPoolDescriptionType.Builder. lambdaConfig(LambdaConfigType lambdaConfig)A collection of user pool Lambda triggers.UserPoolType.BuilderUserPoolType.Builder. lambdaConfig(LambdaConfigType lambdaConfig)A collection of user pool Lambda triggers.
-