| 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 CreateUserSettingsResponse |
WorkSpacesWebClient.createUserSettings(Consumer<CreateUserSettingsRequest.Builder> createUserSettingsRequest)
Creates a user settings resource that can be associated with a web portal.
|
default CompletableFuture<CreateUserSettingsResponse> |
WorkSpacesWebAsyncClient.createUserSettings(Consumer<CreateUserSettingsRequest.Builder> createUserSettingsRequest)
Creates a user settings resource that can be associated with a web portal.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.additionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The additional encryption context of the user settings.
|
static CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.builder() |
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
default CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.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.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.cookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to
the remote browser.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.copyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.copyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.customerManagedKey(String customerManagedKey)
The customer managed key used to encrypt sensitive information in the user settings.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.disconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)
The amount of time that a streaming session remains active after users disconnect.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.downloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.downloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.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.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.pasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.pasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.printAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.printAllowed(String printAllowed)
Specifies whether the user can print to the local device.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.tags(Collection<Tag> tags)
The tags to add to the user settings resource.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to add to the user settings resource.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.tags(Tag... tags)
The tags to add to the user settings resource.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.toBuilder() |
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.uploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.uploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateUserSettingsRequest.Builder> |
CreateUserSettingsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.