| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspacesweb |
WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.
|
| software.amazon.awssdk.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateUserSettingsResponse |
WorkSpacesWebClient.updateUserSettings(Consumer<UpdateUserSettingsRequest.Builder> updateUserSettingsRequest)
Updates the user settings.
|
default CompletableFuture<UpdateUserSettingsResponse> |
WorkSpacesWebAsyncClient.updateUserSettings(Consumer<UpdateUserSettingsRequest.Builder> updateUserSettingsRequest)
Updates the user settings.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.builder() |
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
default UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.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.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.cookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to
the remote browser.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.copyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.copyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.disconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)
The amount of time that a streaming session remains active after users disconnect.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.downloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.downloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.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.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.pasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.pasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.printAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.printAllowed(String printAllowed)
Specifies whether the user can print to the local device.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.toBuilder() |
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.uploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.uploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.userSettingsArn(String userSettingsArn)
The ARN of the user settings.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateUserSettingsRequest.Builder> |
UpdateUserSettingsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.