| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
UserSettings.Builder |
UserSettings.Builder.associatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this user settings is associated with.
|
UserSettings.Builder |
UserSettings.Builder.associatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this user settings is associated with.
|
static UserSettings.Builder |
UserSettings.builder() |
UserSettings.Builder |
UserSettings.Builder.copyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UserSettings.Builder |
UserSettings.Builder.copyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UserSettings.Builder |
UserSettings.Builder.disconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)
The amount of time that a streaming session remains active after users disconnect.
|
UserSettings.Builder |
UserSettings.Builder.downloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UserSettings.Builder |
UserSettings.Builder.downloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UserSettings.Builder |
UserSettings.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.
|
UserSettings.Builder |
UserSettings.Builder.pasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UserSettings.Builder |
UserSettings.Builder.pasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UserSettings.Builder |
UserSettings.Builder.printAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
|
UserSettings.Builder |
UserSettings.Builder.printAllowed(String printAllowed)
Specifies whether the user can print to the local device.
|
UserSettings.Builder |
UserSettings.toBuilder() |
UserSettings.Builder |
UserSettings.Builder.uploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UserSettings.Builder |
UserSettings.Builder.uploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UserSettings.Builder |
UserSettings.Builder.userSettingsArn(String userSettingsArn)
The ARN of the user settings.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserSettings.Builder> |
UserSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateUserSettingsResponse.Builder |
UpdateUserSettingsResponse.Builder.userSettings(Consumer<UserSettings.Builder> userSettings)
The user settings.
|
default GetUserSettingsResponse.Builder |
GetUserSettingsResponse.Builder.userSettings(Consumer<UserSettings.Builder> userSettings)
The user settings.
|
Copyright © 2023. All rights reserved.