| Package | Description |
|---|---|
| com.amazonaws.services.workspacesthinclient |
Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User Computing (EUC)
virtual desktops to provide users with a complete cloud desktop solution.
|
| com.amazonaws.services.workspacesthinclient.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEnvironmentResult> |
AmazonWorkSpacesThinClientAsyncClient.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
Future<UpdateEnvironmentResult> |
AbstractAmazonWorkSpacesThinClientAsync.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
Future<UpdateEnvironmentResult> |
AmazonWorkSpacesThinClientAsync.updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
Updates an environment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.addDeviceCreationTagsEntry(String key,
String value)
Add a single DeviceCreationTags entry
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.clearDeviceCreationTagsEntries()
Removes all the entries added into DeviceCreationTags.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.clone() |
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withDesiredSoftwareSetId(String desiredSoftwareSetId)
The ID of the software set to apply.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withDesktopArn(String desktopArn)
The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withDesktopEndpoint(String desktopEndpoint)
The URL for the identity provider login (only for environments that use AppStream 2.0).
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withDeviceCreationTags(Map<String,String> deviceCreationTags)
A map of the key-value pairs of the tag or tags to assign to the newly created devices for this environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withId(String id)
The ID of the environment to update.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withMaintenanceWindow(MaintenanceWindow maintenanceWindow)
A specification for a time window to apply software updates.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withName(String name)
The name of the environment to update.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withSoftwareSetUpdateMode(SoftwareSetUpdateMode softwareSetUpdateMode)
An option to define which software updates to apply.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withSoftwareSetUpdateMode(String softwareSetUpdateMode)
An option to define which software updates to apply.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withSoftwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule)
An option to define if software updates should be applied within a maintenance window.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withSoftwareSetUpdateSchedule(String softwareSetUpdateSchedule)
An option to define if software updates should be applied within a maintenance window.
|
Copyright © 2025. All rights reserved.