| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
UserSettingsSummary |
UserSettingsSummary.clone() |
UserSettingsSummary |
UserSettingsSummary.withCookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
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.withDisconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)
The amount of time that a streaming session remains active after users disconnect.
|
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.withIdleDisconnectTimeoutInMinutes(Integer idleDisconnectTimeoutInMinutes)
The amount of time that users can be idle (inactive) before they are disconnected from their streaming session
and the disconnect timeout interval begins.
|
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 © 2023. All rights reserved.