Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.CustomEmailSenderLambdaVersionType
Packages that use CustomEmailSenderLambdaVersionType
-
Uses of CustomEmailSenderLambdaVersionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CustomEmailSenderLambdaVersionTypeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.CustomEmailLambdaVersionConfigType.lambdaVersion()The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.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 CustomEmailSenderLambdaVersionTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type CustomEmailSenderLambdaVersionTypeModifier and TypeMethodDescriptionCustomEmailLambdaVersionConfigType.Builder.lambdaVersion(CustomEmailSenderLambdaVersionType lambdaVersion) The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.