| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig |
ApplicationConfig.clone() |
ApplicationConfig |
ApplicationConfig.withDestinationName(String destinationName)
The name of the position data destination that describes the AWS IoT rule that processes the device's position
data for use by AWS IoT Core for LoRaWAN.
|
ApplicationConfig |
ApplicationConfig.withFPort(Integer fPort) |
ApplicationConfig |
ApplicationConfig.withType(ApplicationConfigType type)
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
|
ApplicationConfig |
ApplicationConfig.withType(String type)
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationConfig> |
UpdateFPorts.getApplications()
LoRaWAN application, which can be used for geolocation by activating positioning.
|
List<ApplicationConfig> |
FPorts.getApplications()
Optional LoRaWAN application information, which can be used for geolocation.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFPorts |
UpdateFPorts.withApplications(ApplicationConfig... applications)
LoRaWAN application, which can be used for geolocation by activating positioning.
|
FPorts |
FPorts.withApplications(ApplicationConfig... applications)
Optional LoRaWAN application information, which can be used for geolocation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFPorts.setApplications(Collection<ApplicationConfig> applications)
LoRaWAN application, which can be used for geolocation by activating positioning.
|
void |
FPorts.setApplications(Collection<ApplicationConfig> applications)
Optional LoRaWAN application information, which can be used for geolocation.
|
UpdateFPorts |
UpdateFPorts.withApplications(Collection<ApplicationConfig> applications)
LoRaWAN application, which can be used for geolocation by activating positioning.
|
FPorts |
FPorts.withApplications(Collection<ApplicationConfig> applications)
Optional LoRaWAN application information, which can be used for geolocation.
|
Copyright © 2025. All rights reserved.