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()The Lambda trigger configuration information for the new user pool.LambdaConfigTypeUpdateUserPoolRequest. lambdaConfig()The Lambda configuration information from the request to update the user pool.LambdaConfigTypeUserPoolDescriptionType. lambdaConfig()The Lambda configuration information in a user pool description.LambdaConfigTypeUserPoolType. lambdaConfig()The Lambda triggers associated with the user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type LambdaConfigType Modifier and Type Method Description CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder. lambdaConfig(LambdaConfigType lambdaConfig)The Lambda trigger configuration information for the new user pool.UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder. lambdaConfig(LambdaConfigType lambdaConfig)The Lambda configuration information from the request to update the user pool.UserPoolDescriptionType.BuilderUserPoolDescriptionType.Builder. lambdaConfig(LambdaConfigType lambdaConfig)The Lambda configuration information in a user pool description.UserPoolType.BuilderUserPoolType.Builder. lambdaConfig(LambdaConfigType lambdaConfig)The Lambda triggers associated with the user pool.
-