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