| Package | Description |
|---|---|
| com.amazonaws.services.workspacesthinclient.model |
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Device |
Device.clearTagsEntries()
Removes all the entries added into Tags.
|
Device |
Device.clone() |
Device |
GetDeviceResult.getDevice()
Describes an device.
|
Device |
Device.withArn(String arn)
The Amazon Resource Name (ARN) of the device.
|
Device |
Device.withCreatedAt(Date createdAt)
The timestamp of when the device was created.
|
Device |
Device.withCurrentSoftwareSetId(String currentSoftwareSetId)
The ID of the software set currently installed on the device.
|
Device |
Device.withCurrentSoftwareSetVersion(String currentSoftwareSetVersion)
The version of the software set currently installed on the device.
|
Device |
Device.withDesiredSoftwareSetId(String desiredSoftwareSetId)
The ID of the software set which the device has been set to.
|
Device |
Device.withEnvironmentId(String environmentId)
The ID of the environment the device is associated with.
|
Device |
Device.withId(String id)
The ID of the device.
|
Device |
Device.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the device.
|
Device |
Device.withLastConnectedAt(Date lastConnectedAt)
The timestamp of the most recent session on the device.
|
Device |
Device.withLastPostureAt(Date lastPostureAt)
The timestamp of the most recent check-in of the device.
|
Device |
Device.withModel(String model)
The model number of the device.
|
Device |
Device.withName(String name)
The name of the device.
|
Device |
Device.withPendingSoftwareSetId(String pendingSoftwareSetId)
The ID of the software set that is pending to be installed on the device.
|
Device |
Device.withPendingSoftwareSetVersion(String pendingSoftwareSetVersion)
The version of the software set that is pending to be installed on the device.
|
Device |
Device.withSerialNumber(String serialNumber)
The hardware serial number of the device.
|
Device |
Device.withSoftwareSetComplianceStatus(DeviceSoftwareSetComplianceStatus softwareSetComplianceStatus)
Describes if the software currently installed on the device is a supported version.
|
Device |
Device.withSoftwareSetComplianceStatus(String softwareSetComplianceStatus)
Describes if the software currently installed on the device is a supported version.
|
Device |
Device.withSoftwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule)
An option to define if software updates should be applied within a maintenance window.
|
Device |
Device.withSoftwareSetUpdateSchedule(String softwareSetUpdateSchedule)
An option to define if software updates should be applied within a maintenance window.
|
Device |
Device.withSoftwareSetUpdateStatus(SoftwareSetUpdateStatus softwareSetUpdateStatus)
Describes if the device has a supported version of software installed.
|
Device |
Device.withSoftwareSetUpdateStatus(String softwareSetUpdateStatus)
Describes if the device has a supported version of software installed.
|
Device |
Device.withStatus(DeviceStatus status)
The status of the device.
|
Device |
Device.withStatus(String status)
The status of the device.
|
Device |
Device.withTags(Map<String,String> tags)
The tag keys and optional values for the resource.
|
Device |
Device.withUpdatedAt(Date updatedAt)
The timestamp of when the device was updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeviceResult.setDevice(Device device)
Describes an device.
|
GetDeviceResult |
GetDeviceResult.withDevice(Device device)
Describes an device.
|
Copyright © 2024. All rights reserved.