Uses of Class
software.amazon.awssdk.services.sns.model.LanguageCodeString
-
Packages that use LanguageCodeString Package Description software.amazon.awssdk.services.sns.model -
-
Uses of LanguageCodeString in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return LanguageCodeString Modifier and Type Method Description static LanguageCodeStringLanguageCodeString. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LanguageCodeStringCreateSmsSandboxPhoneNumberRequest. languageCode()The language to use for sending the OTP.static LanguageCodeStringLanguageCodeString. valueOf(String name)Returns 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 LanguageCodeString Modifier and Type Method Description static Set<LanguageCodeString>LanguageCodeString. knownValues()Methods in software.amazon.awssdk.services.sns.model with parameters of type LanguageCodeString Modifier and Type Method Description CreateSmsSandboxPhoneNumberRequest.BuilderCreateSmsSandboxPhoneNumberRequest.Builder. languageCode(LanguageCodeString languageCode)The language to use for sending the OTP.
-