| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb |
WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.
|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateUserSettingsResult> |
AmazonWorkSpacesWebAsyncClient.updateUserSettingsAsync(UpdateUserSettingsRequest request,
AsyncHandler<UpdateUserSettingsRequest,UpdateUserSettingsResult> asyncHandler) |
Future<UpdateUserSettingsResult> |
AbstractAmazonWorkSpacesWebAsync.updateUserSettingsAsync(UpdateUserSettingsRequest request,
AsyncHandler<UpdateUserSettingsRequest,UpdateUserSettingsResult> asyncHandler) |
Future<UpdateUserSettingsResult> |
AmazonWorkSpacesWebAsync.updateUserSettingsAsync(UpdateUserSettingsRequest updateUserSettingsRequest,
AsyncHandler<UpdateUserSettingsRequest,UpdateUserSettingsResult> asyncHandler)
Updates the user settings.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.clone() |
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.withCookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.withCopyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.withCopyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.withDisconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)
The amount of time that a streaming session remains active after users disconnect.
|
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.withDownloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.withDownloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.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.
|
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.withPasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.withPasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.withPrintAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
|
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.withPrintAllowed(String printAllowed)
Specifies whether the user can print to the local device.
|
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.withUploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.withUploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.withUserSettingsArn(String userSettingsArn)
The ARN of the user settings.
|
Copyright © 2023. All rights reserved.