| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationConfig> |
FPorts.applications()
Optional LoRaWAN application information, which can be used for geolocation.
|
List<ApplicationConfig> |
UpdateFPorts.applications()
LoRaWAN application, which can be used for geolocation by activating positioning.
|
| Modifier and Type | Method and Description |
|---|---|
FPorts.Builder |
FPorts.Builder.applications(ApplicationConfig... applications)
Optional LoRaWAN application information, which can be used for geolocation.
|
UpdateFPorts.Builder |
UpdateFPorts.Builder.applications(ApplicationConfig... applications)
LoRaWAN application, which can be used for geolocation by activating positioning.
|
| Modifier and Type | Method and Description |
|---|---|
FPorts.Builder |
FPorts.Builder.applications(Collection<ApplicationConfig> applications)
Optional LoRaWAN application information, which can be used for geolocation.
|
UpdateFPorts.Builder |
UpdateFPorts.Builder.applications(Collection<ApplicationConfig> applications)
LoRaWAN application, which can be used for geolocation by activating positioning.
|
Copyright © 2022. All rights reserved.