| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
UserSetting |
UserSetting.clone() |
UserSetting |
UserSetting.withAction(String action)
Indicates the type of action.
|
UserSetting |
UserSetting.withAction(UserSettingActionEnum action)
Indicates the type of action.
|
UserSetting |
UserSetting.withMaximumLength(Integer maximumLength)
Indicates the maximum character length for the specified user setting.
|
UserSetting |
UserSetting.withPermission(String permission)
Indicates if the setting is enabled or disabled.
|
UserSetting |
UserSetting.withPermission(UserSettingPermissionEnum permission)
Indicates if the setting is enabled or disabled.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserSetting> |
StreamingProperties.getUserSettings()
Indicates the permission settings asscoiated with the user.
|
| Modifier and Type | Method and Description |
|---|---|
StreamingProperties |
StreamingProperties.withUserSettings(UserSetting... userSettings)
Indicates the permission settings asscoiated with the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamingProperties.setUserSettings(Collection<UserSetting> userSettings)
Indicates the permission settings asscoiated with the user.
|
StreamingProperties |
StreamingProperties.withUserSettings(Collection<UserSetting> userSettings)
Indicates the permission settings asscoiated with the user.
|
Copyright © 2025. All rights reserved.