| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
static DeviceAggregatedStatus |
DeviceAggregatedStatus.fromValue(String value)
Use this in place of valueOf.
|
static DeviceAggregatedStatus |
DeviceAggregatedStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceAggregatedStatus[] |
DeviceAggregatedStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDeviceResult |
DescribeDeviceResult.withDeviceAggregatedStatus(DeviceAggregatedStatus deviceAggregatedStatus)
A device's aggregated status.
|
Device |
Device.withDeviceAggregatedStatus(DeviceAggregatedStatus deviceAggregatedStatus)
A device's aggregated status.
|
ListDevicesRequest |
ListDevicesRequest.withDeviceAggregatedStatusFilter(DeviceAggregatedStatus deviceAggregatedStatusFilter)
Filter based on a device's status.
|
Copyright © 2023. All rights reserved.