| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
LoRaWANDevice |
LoRaWANDevice.clone() |
LoRaWANDevice |
GetWirelessDeviceResult.getLoRaWAN()
Information about the wireless device.
|
LoRaWANDevice |
CreateWirelessDeviceRequest.getLoRaWAN()
The device configuration information to use to create the wireless device.
|
LoRaWANDevice |
LoRaWANDevice.withAbpV1_0_x(AbpV10X abpV1_0_x)
LoRaWAN object for create APIs
|
LoRaWANDevice |
LoRaWANDevice.withAbpV1_1(AbpV11 abpV1_1)
ABP device object for create APIs for v1.1
|
LoRaWANDevice |
LoRaWANDevice.withDevEui(String devEui)
The DevEUI value.
|
LoRaWANDevice |
LoRaWANDevice.withDeviceProfileId(String deviceProfileId)
The ID of the device profile for the new wireless device.
|
LoRaWANDevice |
LoRaWANDevice.withOtaaV1_0_x(OtaaV10X otaaV1_0_x)
OTAA device object for create APIs for v1.0.x
|
LoRaWANDevice |
LoRaWANDevice.withOtaaV1_1(OtaaV11 otaaV1_1)
OTAA device object for v1.1 for create APIs
|
LoRaWANDevice |
LoRaWANDevice.withServiceProfileId(String serviceProfileId)
The ID of the service profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetWirelessDeviceResult.setLoRaWAN(LoRaWANDevice loRaWAN)
Information about the wireless device.
|
void |
CreateWirelessDeviceRequest.setLoRaWAN(LoRaWANDevice loRaWAN)
The device configuration information to use to create the wireless device.
|
GetWirelessDeviceResult |
GetWirelessDeviceResult.withLoRaWAN(LoRaWANDevice loRaWAN)
Information about the wireless device.
|
CreateWirelessDeviceRequest |
CreateWirelessDeviceRequest.withLoRaWAN(LoRaWANDevice loRaWAN)
The device configuration information to use to create the wireless device.
|
Copyright © 2021. All rights reserved.