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