Uses of Class
software.amazon.awssdk.services.workdocs.model.LocaleType
-
Packages that use LocaleType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of LocaleType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return LocaleType Modifier and Type Method Description static LocaleTypeLocaleType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LocaleTypeUpdateUserRequest. locale()The locale of the user.LocaleTypeUser. locale()The locale of the user.static LocaleTypeLocaleType. valueOf(String name)Returns the enum constant of this type with the specified name.static LocaleType[]LocaleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type LocaleType Modifier and Type Method Description static Set<LocaleType>LocaleType. knownValues()Methods in software.amazon.awssdk.services.workdocs.model with parameters of type LocaleType Modifier and Type Method Description UpdateUserRequest.BuilderUpdateUserRequest.Builder. locale(LocaleType locale)The locale of the user.User.BuilderUser.Builder. locale(LocaleType locale)The locale of the user.
-