| 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<CreateEnvironmentResult> |
AmazonWorkSpacesThinClientAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
Future<CreateEnvironmentResult> |
AbstractAmazonWorkSpacesThinClientAsync.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
Future<CreateEnvironmentResult> |
AmazonWorkSpacesThinClientAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
Creates an environment for your thin client devices.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest |
CreateEnvironmentRequest.addDeviceCreationTagsEntry(String key,
String value)
Add a single DeviceCreationTags entry
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.clearDeviceCreationTagsEntries()
Removes all the entries added into DeviceCreationTags.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.clone() |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withClientToken(String clientToken)
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withDesiredSoftwareSetId(String desiredSoftwareSetId)
The ID of the software set to apply.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withDesktopArn(String desktopArn)
The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withDesktopEndpoint(String desktopEndpoint)
The URL for the identity provider login (only for environments that use AppStream 2.0).
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.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.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service key to use to encrypt the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withMaintenanceWindow(MaintenanceWindow maintenanceWindow)
A specification for a time window to apply software updates.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withName(String name)
The name for the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withSoftwareSetUpdateMode(SoftwareSetUpdateMode softwareSetUpdateMode)
An option to define which software updates to apply.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withSoftwareSetUpdateMode(String softwareSetUpdateMode)
An option to define which software updates to apply.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withSoftwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule)
An option to define if software updates should be applied within a maintenance window.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withSoftwareSetUpdateSchedule(String softwareSetUpdateSchedule)
An option to define if software updates should be applied within a maintenance window.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(Map<String,String> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
Copyright © 2025. All rights reserved.