Uses of Class
software.amazon.awssdk.services.iotwireless.model.LoRaWANDeviceProfile
-
Packages that use LoRaWANDeviceProfile Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of LoRaWANDeviceProfile in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return LoRaWANDeviceProfile Modifier and Type Method Description LoRaWANDeviceProfileCreateDeviceProfileRequest. loRaWAN()The device profile information to use to create the device profile.LoRaWANDeviceProfileGetDeviceProfileResponse. loRaWAN()Information about the device profile.Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type LoRaWANDeviceProfile Modifier and Type Method Description CreateDeviceProfileRequest.BuilderCreateDeviceProfileRequest.Builder. loRaWAN(LoRaWANDeviceProfile loRaWAN)The device profile information to use to create the device profile.GetDeviceProfileResponse.BuilderGetDeviceProfileResponse.Builder. loRaWAN(LoRaWANDeviceProfile loRaWAN)Information about the device profile.
-