Uses of Enum
software.amazon.awssdk.services.sns.model.LanguageCodeString
Packages that use LanguageCodeString
-
Uses of LanguageCodeString in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return LanguageCodeStringModifier and TypeMethodDescriptionstatic LanguageCodeStringUse this in place of valueOf to convert the raw string returned by the service into the enum value.final LanguageCodeStringCreateSmsSandboxPhoneNumberRequest.languageCode()The language to use for sending the OTP.static LanguageCodeStringReturns the enum constant of this type with the specified name.static LanguageCodeString[]LanguageCodeString.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type LanguageCodeStringModifier and TypeMethodDescriptionstatic Set<LanguageCodeString>LanguageCodeString.knownValues()Methods in software.amazon.awssdk.services.sns.model with parameters of type LanguageCodeStringModifier and TypeMethodDescriptionCreateSmsSandboxPhoneNumberRequest.Builder.languageCode(LanguageCodeString languageCode) The language to use for sending the OTP.