Uses of Enum
software.amazon.awssdk.services.sesv2.model.ContactLanguage
Packages that use ContactLanguage
-
Uses of ContactLanguage in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ContactLanguageModifier and TypeMethodDescriptionfinal ContactLanguageAccountDetails.contactLanguage()The language you would prefer for the case.final ContactLanguagePutAccountDetailsRequest.contactLanguage()The language you would prefer to be contacted with.static ContactLanguageUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ContactLanguageReturns the enum constant of this type with the specified name.static ContactLanguage[]ContactLanguage.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ContactLanguageMethods in software.amazon.awssdk.services.sesv2.model with parameters of type ContactLanguageModifier and TypeMethodDescriptionAccountDetails.Builder.contactLanguage(ContactLanguage contactLanguage) The language you would prefer for the case.PutAccountDetailsRequest.Builder.contactLanguage(ContactLanguage contactLanguage) The language you would prefer to be contacted with.