| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
static LocaleType |
LocaleType.fromValue(String value)
Use this in place of valueOf.
|
static LocaleType |
LocaleType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setLocale(LocaleType locale)
The locale of the user.
|
void |
UpdateUserRequest.setLocale(LocaleType locale)
The locale of the user.
|
User |
User.withLocale(LocaleType locale)
The locale of the user.
|
UpdateUserRequest |
UpdateUserRequest.withLocale(LocaleType locale)
The locale of the user.
|
Copyright © 2021. All rights reserved.