| Package | Description |
|---|---|
| com.amazonaws.services.worklink.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceSummary |
DeviceSummary.clone() |
DeviceSummary |
DeviceSummary.withDeviceId(String deviceId)
The ID of the device.
|
DeviceSummary |
DeviceSummary.withDeviceStatus(DeviceStatus deviceStatus)
The status of the device.
|
DeviceSummary |
DeviceSummary.withDeviceStatus(String deviceStatus)
The status of the device.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceSummary> |
ListDevicesResult.getDevices()
Information about the devices.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
ListDevicesResult.withDevices(DeviceSummary... devices)
Information about the devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDevicesResult.setDevices(Collection<DeviceSummary> devices)
Information about the devices.
|
ListDevicesResult |
ListDevicesResult.withDevices(Collection<DeviceSummary> devices)
Information about the devices.
|
Copyright © 2024. All rights reserved.