| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
UserSetting |
UserSetting.clone() |
UserSetting |
UserSetting.withAction(Action action)
The action that is enabled or disabled.
|
UserSetting |
UserSetting.withAction(String action)
The action that is enabled or disabled.
|
UserSetting |
UserSetting.withPermission(Permission permission)
Indicates whether the action is enabled or disabled.
|
UserSetting |
UserSetting.withPermission(String permission)
Indicates whether the action is enabled or disabled.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserSetting> |
Stack.getUserSettings()
The actions that are enabled or disabled for users during their streaming sessions.
|
List<UserSetting> |
CreateStackRequest.getUserSettings()
The actions that are enabled or disabled for users during their streaming sessions.
|
List<UserSetting> |
UpdateStackRequest.getUserSettings()
The actions that are enabled or disabled for users during their streaming sessions.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
Stack.withUserSettings(UserSetting... userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
CreateStackRequest |
CreateStackRequest.withUserSettings(UserSetting... userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
UpdateStackRequest |
UpdateStackRequest.withUserSettings(UserSetting... userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stack.setUserSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
void |
CreateStackRequest.setUserSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
void |
UpdateStackRequest.setUserSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
Stack |
Stack.withUserSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
CreateStackRequest |
CreateStackRequest.withUserSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
UpdateStackRequest |
UpdateStackRequest.withUserSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
Copyright © 2020. All rights reserved.