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