Uses of Class
software.amazon.awssdk.services.sesv2.model.ContactLanguage
-
Packages that use ContactLanguage Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of ContactLanguage in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ContactLanguage Modifier and Type Method Description ContactLanguageAccountDetails. contactLanguage()The language you would prefer for the case.ContactLanguagePutAccountDetailsRequest. contactLanguage()The language you would prefer to be contacted with.static ContactLanguageContactLanguage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContactLanguageContactLanguage. valueOf(String name)Returns 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 ContactLanguage Modifier and Type Method Description static Set<ContactLanguage>ContactLanguage. knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ContactLanguage Modifier and Type Method Description AccountDetails.BuilderAccountDetails.Builder. contactLanguage(ContactLanguage contactLanguage)The language you would prefer for the case.PutAccountDetailsRequest.BuilderPutAccountDetailsRequest.Builder. contactLanguage(ContactLanguage contactLanguage)The language you would prefer to be contacted with.
-