Uses of Class
software.amazon.awssdk.services.iotwireless.model.ApplicationConfig
-
Packages that use ApplicationConfig Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of ApplicationConfig in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type ApplicationConfig Modifier and Type Method 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.Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type ApplicationConfig Modifier and Type Method Description FPorts.BuilderFPorts.Builder. applications(ApplicationConfig... applications)Optional LoRaWAN application information, which can be used for geolocation.UpdateFPorts.BuilderUpdateFPorts.Builder. applications(ApplicationConfig... applications)LoRaWAN application, which can be used for geolocation by activating positioning.Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type ApplicationConfig Modifier and Type Method Description FPorts.BuilderFPorts.Builder. applications(Collection<ApplicationConfig> applications)Optional LoRaWAN application information, which can be used for geolocation.UpdateFPorts.BuilderUpdateFPorts.Builder. applications(Collection<ApplicationConfig> applications)LoRaWAN application, which can be used for geolocation by activating positioning.
-