Uses of Class
software.amazon.awssdk.services.notifications.model.LocaleCode
-
Packages that use LocaleCode Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of LocaleCode in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return LocaleCode Modifier and Type Method Description static LocaleCodeLocaleCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LocaleCodeGetManagedNotificationChildEventRequest. locale()The locale code of the language used for the retrievedManagedNotificationChildEvent.LocaleCodeGetManagedNotificationEventRequest. locale()The locale code of the language used for the retrievedManagedNotificationEvent.LocaleCodeGetNotificationEventRequest. locale()The locale code of the language used for the retrievedNotificationEvent.LocaleCodeListManagedNotificationChildEventsRequest. locale()The locale code of the language used for the retrievedNotificationEvent.LocaleCodeListManagedNotificationEventsRequest. locale()The locale code of the language used for the retrieved NotificationEvent.LocaleCodeListNotificationEventsRequest. locale()The locale code of the language used for the retrievedNotificationEvent.static LocaleCodeLocaleCode. valueOf(String name)Returns the enum constant of this type with the specified name.static LocaleCode[]LocaleCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type LocaleCode Modifier and Type Method Description static Set<LocaleCode>LocaleCode. knownValues()Map<LocaleCode,String>TextPartValue. textByLocale()A map of locales to the text in that locale.Methods in software.amazon.awssdk.services.notifications.model with parameters of type LocaleCode Modifier and Type Method Description GetManagedNotificationChildEventRequest.BuilderGetManagedNotificationChildEventRequest.Builder. locale(LocaleCode locale)The locale code of the language used for the retrievedManagedNotificationChildEvent.GetManagedNotificationEventRequest.BuilderGetManagedNotificationEventRequest.Builder. locale(LocaleCode locale)The locale code of the language used for the retrievedManagedNotificationEvent.GetNotificationEventRequest.BuilderGetNotificationEventRequest.Builder. locale(LocaleCode locale)The locale code of the language used for the retrievedNotificationEvent.ListManagedNotificationChildEventsRequest.BuilderListManagedNotificationChildEventsRequest.Builder. locale(LocaleCode locale)The locale code of the language used for the retrievedNotificationEvent.ListManagedNotificationEventsRequest.BuilderListManagedNotificationEventsRequest.Builder. locale(LocaleCode locale)The locale code of the language used for the retrieved NotificationEvent.ListNotificationEventsRequest.BuilderListNotificationEventsRequest.Builder. locale(LocaleCode locale)The locale code of the language used for the retrievedNotificationEvent.Method parameters in software.amazon.awssdk.services.notifications.model with type arguments of type LocaleCode Modifier and Type Method Description TextPartValue.BuilderTextPartValue.Builder. textByLocale(Map<LocaleCode,String> textByLocale)A map of locales to the text in that locale.
-