| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.clone() |
LoRaWANDeviceProfile |
GetDeviceProfileResult.getLoRaWAN()
Information about the device profile.
|
LoRaWANDeviceProfile |
CreateDeviceProfileRequest.getLoRaWAN()
The device profile information to use to create the device profile.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withClassBTimeout(Integer classBTimeout)
The ClassBTimeout value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withClassCTimeout(Integer classCTimeout)
The ClassCTimeout value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withFactoryPresetFreqsList(Collection<Integer> factoryPresetFreqsList)
The list of values that make up the FactoryPresetFreqs value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withFactoryPresetFreqsList(Integer... factoryPresetFreqsList)
The list of values that make up the FactoryPresetFreqs value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withMacVersion(String macVersion)
The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withMaxDutyCycle(Integer maxDutyCycle)
The MaxDutyCycle value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withMaxEirp(Integer maxEirp)
The MaxEIRP value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withPingSlotDr(Integer pingSlotDr)
The PingSlotDR value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withPingSlotFreq(Integer pingSlotFreq)
The PingSlotFreq value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withPingSlotPeriod(Integer pingSlotPeriod)
The PingSlotPeriod value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withRegParamsRevision(String regParamsRevision)
The version of regional parameters.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withRfRegion(String rfRegion)
The frequency band (RFRegion) value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withRxDataRate2(Integer rxDataRate2)
The RXDataRate2 value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withRxDelay1(Integer rxDelay1)
The RXDelay1 value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withRxDrOffset1(Integer rxDrOffset1)
The RXDROffset1 value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withRxFreq2(Integer rxFreq2)
The RXFreq2 value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withSupports32BitFCnt(Boolean supports32BitFCnt)
The Supports32BitFCnt value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withSupportsClassB(Boolean supportsClassB)
The SupportsClassB value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withSupportsClassC(Boolean supportsClassC)
The SupportsClassC value.
|
LoRaWANDeviceProfile |
LoRaWANDeviceProfile.withSupportsJoin(Boolean supportsJoin)
The SupportsJoin value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeviceProfileResult.setLoRaWAN(LoRaWANDeviceProfile loRaWAN)
Information about the device profile.
|
void |
CreateDeviceProfileRequest.setLoRaWAN(LoRaWANDeviceProfile loRaWAN)
The device profile information to use to create the device profile.
|
GetDeviceProfileResult |
GetDeviceProfileResult.withLoRaWAN(LoRaWANDeviceProfile loRaWAN)
Information about the device profile.
|
CreateDeviceProfileRequest |
CreateDeviceProfileRequest.withLoRaWAN(LoRaWANDeviceProfile loRaWAN)
The device profile information to use to create the device profile.
|
Copyright © 2022. All rights reserved.