static UserSettingsSummary.Builder |
UserSettingsSummary.builder() |
|
default UserSettingsSummary.Builder |
UserSettingsSummary.Builder.cookieSynchronizationConfiguration(Consumer<CookieSynchronizationConfiguration.Builder> cookieSynchronizationConfiguration) |
The configuration that specifies which cookies should be synchronized from the end user's local browser to
the remote browser.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.cookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration) |
The configuration that specifies which cookies should be synchronized from the end user's local browser to
the remote browser.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.copyAllowed(String copyAllowed) |
Specifies whether the user can copy text from the streaming session to the local device.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.copyAllowed(EnabledType copyAllowed) |
Specifies whether the user can copy text from the streaming session to the local device.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.disconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes) |
The amount of time that a streaming session remains active after users disconnect.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.downloadAllowed(String downloadAllowed) |
Specifies whether the user can download files from the streaming session to the local device.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.downloadAllowed(EnabledType downloadAllowed) |
Specifies whether the user can download files from the streaming session to the local device.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.idleDisconnectTimeoutInMinutes(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.Builder |
UserSettingsSummary.Builder.pasteAllowed(String pasteAllowed) |
Specifies whether the user can paste text from the local device to the streaming session.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.pasteAllowed(EnabledType pasteAllowed) |
Specifies whether the user can paste text from the local device to the streaming session.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.printAllowed(String printAllowed) |
Specifies whether the user can print to the local device.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.printAllowed(EnabledType printAllowed) |
Specifies whether the user can print to the local device.
|
UserSettingsSummary.Builder |
UserSettingsSummary.toBuilder() |
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.uploadAllowed(String uploadAllowed) |
Specifies whether the user can upload files from the local device to the streaming session.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.uploadAllowed(EnabledType uploadAllowed) |
Specifies whether the user can upload files from the local device to the streaming session.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.userSettingsArn(String userSettingsArn) |
The ARN of the user settings.
|