| 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<CreateUserSettingsResult> |
AmazonWorkSpacesWebAsyncClient.createUserSettingsAsync(CreateUserSettingsRequest request,
AsyncHandler<CreateUserSettingsRequest,CreateUserSettingsResult> asyncHandler) |
Future<CreateUserSettingsResult> |
AbstractAmazonWorkSpacesWebAsync.createUserSettingsAsync(CreateUserSettingsRequest request,
AsyncHandler<CreateUserSettingsRequest,CreateUserSettingsResult> asyncHandler) |
Future<CreateUserSettingsResult> |
AmazonWorkSpacesWebAsync.createUserSettingsAsync(CreateUserSettingsRequest createUserSettingsRequest,
AsyncHandler<CreateUserSettingsRequest,CreateUserSettingsResult> asyncHandler)
Creates a user settings resource that can be associated with a web portal.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserSettingsRequest |
CreateUserSettingsRequest.addAdditionalEncryptionContextEntry(String key,
String value)
Add a single AdditionalEncryptionContext entry
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.clearAdditionalEncryptionContextEntries()
Removes all the entries added into AdditionalEncryptionContext.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.clone() |
CreateUserSettingsRequest |
CreateUserSettingsRequest.withAdditionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The additional encryption context of the user settings.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withCookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withCopyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withCopyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withCustomerManagedKey(String customerManagedKey)
The customer managed key used to encrypt sensitive information in the user settings.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withDisconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)
The amount of time that a streaming session remains active after users disconnect.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withDownloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withDownloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.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.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withPasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withPasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withPrintAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withPrintAllowed(String printAllowed)
Specifies whether the user can print to the local device.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withTags(Collection<Tag> tags)
The tags to add to the user settings resource.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withTags(Tag... tags)
The tags to add to the user settings resource.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withUploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withUploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
Copyright © 2023. All rights reserved.