| Package | Description |
|---|---|
| com.amazonaws.services.workspacesthinclient.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceSummary |
DeviceSummary.clone() |
DeviceSummary |
UpdateDeviceResult.getDevice()
Describes a device.
|
DeviceSummary |
DeviceSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the device.
|
DeviceSummary |
DeviceSummary.withCreatedAt(Date createdAt)
The timestamp of when the device was created.
|
DeviceSummary |
DeviceSummary.withCurrentSoftwareSetId(String currentSoftwareSetId)
The ID of the software set currently installed on the device.
|
DeviceSummary |
DeviceSummary.withDesiredSoftwareSetId(String desiredSoftwareSetId)
The ID of the software set which the device has been set to.
|
DeviceSummary |
DeviceSummary.withEnvironmentId(String environmentId)
The ID of the environment the device is associated with.
|
DeviceSummary |
DeviceSummary.withId(String id)
The ID of the device.
|
DeviceSummary |
DeviceSummary.withLastConnectedAt(Date lastConnectedAt)
The timestamp of the most recent session on the device.
|
DeviceSummary |
DeviceSummary.withLastPostureAt(Date lastPostureAt)
The timestamp of the most recent check-in of the device.
|
DeviceSummary |
DeviceSummary.withModel(String model)
The model number of the device.
|
DeviceSummary |
DeviceSummary.withName(String name)
The name of the device.
|
DeviceSummary |
DeviceSummary.withPendingSoftwareSetId(String pendingSoftwareSetId)
The ID of the software set that is pending to be installed on the device.
|
DeviceSummary |
DeviceSummary.withSerialNumber(String serialNumber)
The hardware serial number of the device.
|
DeviceSummary |
DeviceSummary.withSoftwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule)
An option to define if software updates should be applied within a maintenance window.
|
DeviceSummary |
DeviceSummary.withSoftwareSetUpdateSchedule(String softwareSetUpdateSchedule)
An option to define if software updates should be applied within a maintenance window.
|
DeviceSummary |
DeviceSummary.withStatus(DeviceStatus status)
The status of the device.
|
DeviceSummary |
DeviceSummary.withStatus(String status)
The status of the device.
|
DeviceSummary |
DeviceSummary.withUpdatedAt(Date updatedAt)
The timestamp of when the device was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceSummary> |
ListDevicesResult.getDevices()
Describes devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDeviceResult.setDevice(DeviceSummary device)
Describes a device.
|
UpdateDeviceResult |
UpdateDeviceResult.withDevice(DeviceSummary device)
Describes a device.
|
ListDevicesResult |
ListDevicesResult.withDevices(DeviceSummary... devices)
Describes devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDevicesResult.setDevices(Collection<DeviceSummary> devices)
Describes devices.
|
ListDevicesResult |
ListDevicesResult.withDevices(Collection<DeviceSummary> devices)
Describes devices.
|
Copyright © 2024. All rights reserved.