| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static WirelessDeviceType |
WirelessDeviceType.fromValue(String value)
Use this in place of valueOf.
|
static WirelessDeviceType |
WirelessDeviceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WirelessDeviceType[] |
WirelessDeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetWirelessDeviceResult |
GetWirelessDeviceResult.withType(WirelessDeviceType type)
The wireless device type.
|
CreateWirelessDeviceRequest |
CreateWirelessDeviceRequest.withType(WirelessDeviceType type)
The wireless device type.
|
WirelessDeviceStatistics |
WirelessDeviceStatistics.withType(WirelessDeviceType type)
The wireless device type.
|
ListWirelessDevicesRequest |
ListWirelessDevicesRequest.withWirelessDeviceType(WirelessDeviceType wirelessDeviceType)
A filter to list only the wireless devices that use this wireless device type.
|
Copyright © 2021. All rights reserved.