Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.PreTokenGenerationLambdaVersionType
-
Packages that use PreTokenGenerationLambdaVersionType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of PreTokenGenerationLambdaVersionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return PreTokenGenerationLambdaVersionType Modifier and Type Method Description static PreTokenGenerationLambdaVersionTypePreTokenGenerationLambdaVersionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PreTokenGenerationLambdaVersionTypePreTokenGenerationVersionConfigType. lambdaVersion()The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.static PreTokenGenerationLambdaVersionTypePreTokenGenerationLambdaVersionType. valueOf(String name)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 PreTokenGenerationLambdaVersionType Modifier and Type Method Description static Set<PreTokenGenerationLambdaVersionType>PreTokenGenerationLambdaVersionType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type PreTokenGenerationLambdaVersionType Modifier and Type Method Description PreTokenGenerationVersionConfigType.BuilderPreTokenGenerationVersionConfigType.Builder. lambdaVersion(PreTokenGenerationLambdaVersionType lambdaVersion)The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.
-