Uses of Class
software.amazon.awssdk.services.iotwireless.model.LoRaWANDevice
-
Packages that use LoRaWANDevice Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of LoRaWANDevice in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return LoRaWANDevice Modifier and Type Method Description LoRaWANDeviceCreateWirelessDeviceRequest. loRaWAN()The device configuration information to use to create the wireless device.LoRaWANDeviceGetWirelessDeviceResponse. loRaWAN()Information about the wireless device.Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type LoRaWANDevice Modifier and Type Method Description CreateWirelessDeviceRequest.BuilderCreateWirelessDeviceRequest.Builder. loRaWAN(LoRaWANDevice loRaWAN)The device configuration information to use to create the wireless device.GetWirelessDeviceResponse.BuilderGetWirelessDeviceResponse.Builder. loRaWAN(LoRaWANDevice loRaWAN)Information about the wireless device.
-