Uses of Class
software.amazon.awssdk.services.workspaces.model.UserSettingActionEnum
-
Packages that use UserSettingActionEnum Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of UserSettingActionEnum in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return UserSettingActionEnum Modifier and Type Method Description UserSettingActionEnumUserSetting. action()Indicates the type of action.static UserSettingActionEnumUserSettingActionEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static UserSettingActionEnumUserSettingActionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UserSettingActionEnum[]UserSettingActionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type UserSettingActionEnum Modifier and Type Method Description static Set<UserSettingActionEnum>UserSettingActionEnum. knownValues()Methods in software.amazon.awssdk.services.workspaces.model with parameters of type UserSettingActionEnum Modifier and Type Method Description UserSetting.BuilderUserSetting.Builder. action(UserSettingActionEnum action)Indicates the type of action.
-