| 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.
|
WirelessDeviceLogOption |
WirelessDeviceLogOption.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.
|
ListQueuedMessagesRequest |
ListQueuedMessagesRequest.withWirelessDeviceType(WirelessDeviceType wirelessDeviceType)
The wireless device type, whic can be either Sidewalk or LoRaWAN.
|
DeregisterWirelessDeviceRequest |
DeregisterWirelessDeviceRequest.withWirelessDeviceType(WirelessDeviceType wirelessDeviceType)
The type of wireless device to deregister from AWS IoT Wireless, which can be
LoRaWAN or
Sidewalk. |
DeleteQueuedMessagesRequest |
DeleteQueuedMessagesRequest.withWirelessDeviceType(WirelessDeviceType wirelessDeviceType)
The wireless device type, which can be either Sidewalk or LoRaWAN.
|
Copyright © 2024. All rights reserved.