| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceData |
DeviceData.clone() |
DeviceData |
DeviceData.withCreatedTime(Date createdTime)
The time (in epoch) when the device data was created.
|
DeviceData |
DeviceData.withDeviceArn(String deviceArn)
The ARN of a device.
|
DeviceData |
DeviceData.withDeviceName(String deviceName)
The name of a device.
|
DeviceData |
DeviceData.withDeviceSerialNumber(String deviceSerialNumber)
The serial number of a device.
|
DeviceData |
DeviceData.withDeviceStatus(DeviceStatus deviceStatus)
The status of a device.
|
DeviceData |
DeviceData.withDeviceStatus(String deviceStatus)
The status of a device.
|
DeviceData |
DeviceData.withDeviceStatusInfo(DeviceStatusInfo deviceStatusInfo)
Detailed information about a device's status.
|
DeviceData |
DeviceData.withDeviceType(String deviceType)
The type of a device.
|
DeviceData |
DeviceData.withMacAddress(String macAddress)
The MAC address of a device.
|
DeviceData |
DeviceData.withNetworkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
DeviceData |
DeviceData.withNetworkProfileName(String networkProfileName)
The name of the network profile associated with a device.
|
DeviceData |
DeviceData.withRoomArn(String roomArn)
The room ARN associated with a device.
|
DeviceData |
DeviceData.withRoomName(String roomName)
The name of the room associated with a device.
|
DeviceData |
DeviceData.withSoftwareVersion(String softwareVersion)
The software version of a device.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceData> |
SearchDevicesResult.getDevices()
The devices that meet the specified set of filter criteria, in sort order.
|
| Modifier and Type | Method and Description |
|---|---|
SearchDevicesResult |
SearchDevicesResult.withDevices(DeviceData... devices)
The devices that meet the specified set of filter criteria, in sort order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchDevicesResult.setDevices(Collection<DeviceData> devices)
The devices that meet the specified set of filter criteria, in sort order.
|
SearchDevicesResult |
SearchDevicesResult.withDevices(Collection<DeviceData> devices)
The devices that meet the specified set of filter criteria, in sort order.
|
Copyright © 2023. All rights reserved.