| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.clone() |
Device |
Device.withBrand(DeviceBrand brand)
The device's maker.
|
Device |
Device.withBrand(String brand)
The device's maker.
|
Device |
Device.withCreatedTime(Date createdTime)
When the device was created.
|
Device |
Device.withDeviceId(String deviceId)
The device's ID.
|
Device |
Device.withLastUpdatedTime(Date lastUpdatedTime)
When the device was updated.
|
Device |
Device.withLeaseExpirationTime(Date leaseExpirationTime)
The device's lease expiration time.
|
Device |
Device.withName(String name)
The device's name.
|
Device |
Device.withProvisioningStatus(DeviceStatus provisioningStatus)
The device's provisioning status.
|
Device |
Device.withProvisioningStatus(String provisioningStatus)
The device's provisioning status.
|
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
ListDevicesResult.getDevices()
A list of devices.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
ListDevicesResult.withDevices(Device... devices)
A list of devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDevicesResult.setDevices(Collection<Device> devices)
A list of devices.
|
ListDevicesResult |
ListDevicesResult.withDevices(Collection<Device> devices)
A list of devices.
|
Copyright © 2022. All rights reserved.