| Package | Description |
|---|---|
| com.amazonaws.services.workspacesthinclient.model |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.addDeviceCreationTagsEntry(String key,
String value)
Add a single DeviceCreationTags entry
|
Environment |
Environment.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Environment |
Environment.clearDeviceCreationTagsEntries()
Removes all the entries added into DeviceCreationTags.
|
Environment |
Environment.clearTagsEntries()
Removes all the entries added into Tags.
|
Environment |
Environment.clone() |
Environment |
GetEnvironmentResult.getEnvironment()
Describes an environment.
|
Environment |
Environment.withActivationCode(String activationCode)
The activation code to register a device to the environment.
|
Environment |
Environment.withArn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
Environment |
Environment.withCreatedAt(Date createdAt)
The timestamp of when the environment was created.
|
Environment |
Environment.withDesiredSoftwareSetId(String desiredSoftwareSetId)
The ID of the software set to apply.
|
Environment |
Environment.withDesktopArn(String desktopArn)
The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
|
Environment |
Environment.withDesktopEndpoint(String desktopEndpoint)
The URL for the identity provider login (only for environments that use AppStream 2.0).
|
Environment |
Environment.withDesktopType(DesktopType desktopType)
The type of streaming desktop for the environment.
|
Environment |
Environment.withDesktopType(String desktopType)
The type of streaming desktop for the environment.
|
Environment |
Environment.withDeviceCreationTags(Map<String,String> deviceCreationTags)
The tag keys and optional values for the newly created devices for this environment.
|
Environment |
Environment.withId(String id)
The ID of the environment.
|
Environment |
Environment.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the environment.
|
Environment |
Environment.withMaintenanceWindow(MaintenanceWindow maintenanceWindow)
A specification for a time window to apply software updates.
|
Environment |
Environment.withName(String name)
The name of the environment.
|
Environment |
Environment.withPendingSoftwareSetId(String pendingSoftwareSetId)
The ID of the software set that is pending to be installed.
|
Environment |
Environment.withPendingSoftwareSetVersion(String pendingSoftwareSetVersion)
The version of the software set that is pending to be installed.
|
Environment |
Environment.withRegisteredDevicesCount(Integer registeredDevicesCount)
The number of devices registered to the environment.
|
Environment |
Environment.withSoftwareSetComplianceStatus(EnvironmentSoftwareSetComplianceStatus softwareSetComplianceStatus)
Describes if the software currently installed on all devices in the environment is a supported version.
|
Environment |
Environment.withSoftwareSetComplianceStatus(String softwareSetComplianceStatus)
Describes if the software currently installed on all devices in the environment is a supported version.
|
Environment |
Environment.withSoftwareSetUpdateMode(SoftwareSetUpdateMode softwareSetUpdateMode)
An option to define which software updates to apply.
|
Environment |
Environment.withSoftwareSetUpdateMode(String softwareSetUpdateMode)
An option to define which software updates to apply.
|
Environment |
Environment.withSoftwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule)
An option to define if software updates should be applied within a maintenance window.
|
Environment |
Environment.withSoftwareSetUpdateSchedule(String softwareSetUpdateSchedule)
An option to define if software updates should be applied within a maintenance window.
|
Environment |
Environment.withTags(Map<String,String> tags)
The tag keys and optional values for the resource.
|
Environment |
Environment.withUpdatedAt(Date updatedAt)
The timestamp of when the device was updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEnvironmentResult.setEnvironment(Environment environment)
Describes an environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withEnvironment(Environment environment)
Describes an environment.
|
Copyright © 2024. All rights reserved.