| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
UserSettings |
UserSettings.clone() |
UserSettings |
UpdateUserSettingsResult.getUserSettings()
The user settings.
|
UserSettings |
GetUserSettingsResult.getUserSettings()
The user settings.
|
UserSettings |
UserSettings.withAssociatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this user settings is associated with.
|
UserSettings |
UserSettings.withAssociatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this user settings is associated with.
|
UserSettings |
UserSettings.withCookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
UserSettings |
UserSettings.withCopyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UserSettings |
UserSettings.withCopyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UserSettings |
UserSettings.withDisconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)
The amount of time that a streaming session remains active after users disconnect.
|
UserSettings |
UserSettings.withDownloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UserSettings |
UserSettings.withDownloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UserSettings |
UserSettings.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.
|
UserSettings |
UserSettings.withPasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UserSettings |
UserSettings.withPasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UserSettings |
UserSettings.withPrintAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
|
UserSettings |
UserSettings.withPrintAllowed(String printAllowed)
Specifies whether the user can print to the local device.
|
UserSettings |
UserSettings.withUploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UserSettings |
UserSettings.withUploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UserSettings |
UserSettings.withUserSettingsArn(String userSettingsArn)
The ARN of the user settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateUserSettingsResult.setUserSettings(UserSettings userSettings)
The user settings.
|
void |
GetUserSettingsResult.setUserSettings(UserSettings userSettings)
The user settings.
|
UpdateUserSettingsResult |
UpdateUserSettingsResult.withUserSettings(UserSettings userSettings)
The user settings.
|
GetUserSettingsResult |
GetUserSettingsResult.withUserSettings(UserSettings userSettings)
The user settings.
|
Copyright © 2023. All rights reserved.