Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CustomEmailSenderLambdaVersionType
-
Packages that use CustomEmailSenderLambdaVersionType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of CustomEmailSenderLambdaVersionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CustomEmailSenderLambdaVersionType Modifier and Type Method Description static CustomEmailSenderLambdaVersionTypeCustomEmailSenderLambdaVersionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CustomEmailSenderLambdaVersionTypeCustomEmailLambdaVersionConfigType. lambdaVersion()The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.static CustomEmailSenderLambdaVersionTypeCustomEmailSenderLambdaVersionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomEmailSenderLambdaVersionType[]CustomEmailSenderLambdaVersionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type CustomEmailSenderLambdaVersionType Modifier and Type Method Description static Set<CustomEmailSenderLambdaVersionType>CustomEmailSenderLambdaVersionType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type CustomEmailSenderLambdaVersionType Modifier and Type Method Description CustomEmailLambdaVersionConfigType.BuilderCustomEmailLambdaVersionConfigType.Builder. lambdaVersion(CustomEmailSenderLambdaVersionType lambdaVersion)The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.
-