| 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.withMaximumLength(Integer maximumLength)
Specifies the number of characters that can be copied by end users from the local device to the remote session,
and to the local device from the remote session.
|
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> |
UpdateStackRequest.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> |
Stack.getUserSettings()
The actions that are enabled or disabled for users during their streaming sessions.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateStackRequest |
UpdateStackRequest.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.
|
Stack |
Stack.withUserSettings(UserSetting... userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateStackRequest.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 |
Stack.setUserSettings(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.
|
CreateStackRequest |
CreateStackRequest.withUserSettings(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.
|
Copyright © 2023. All rights reserved.