| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
UserSettingsSummary |
UserSettingsSummary.clone() |
UserSettingsSummary |
UserSettingsSummary.withCopyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UserSettingsSummary |
UserSettingsSummary.withCopyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UserSettingsSummary |
UserSettingsSummary.withDownloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UserSettingsSummary |
UserSettingsSummary.withDownloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UserSettingsSummary |
UserSettingsSummary.withPasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UserSettingsSummary |
UserSettingsSummary.withPasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UserSettingsSummary |
UserSettingsSummary.withPrintAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
|
UserSettingsSummary |
UserSettingsSummary.withPrintAllowed(String printAllowed)
Specifies whether the user can print to the local device.
|
UserSettingsSummary |
UserSettingsSummary.withUploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UserSettingsSummary |
UserSettingsSummary.withUploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UserSettingsSummary |
UserSettingsSummary.withUserSettingsArn(String userSettingsArn)
The ARN of the user settings.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserSettingsSummary> |
ListUserSettingsResult.getUserSettings()
The user settings.
|
| Modifier and Type | Method and Description |
|---|---|
ListUserSettingsResult |
ListUserSettingsResult.withUserSettings(UserSettingsSummary... userSettings)
The user settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUserSettingsResult.setUserSettings(Collection<UserSettingsSummary> userSettings)
The user settings.
|
ListUserSettingsResult |
ListUserSettingsResult.withUserSettings(Collection<UserSettingsSummary> userSettings)
The user settings.
|
Copyright © 2022. All rights reserved.