| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
FPorts.Builder |
FPorts.Builder.applications(ApplicationConfig... applications)
Optional LoRaWAN application information, which can be used for geolocation.
|
FPorts.Builder |
FPorts.Builder.applications(Collection<ApplicationConfig> applications)
Optional LoRaWAN application information, which can be used for geolocation.
|
FPorts.Builder |
FPorts.Builder.applications(Consumer<ApplicationConfig.Builder>... applications)
Optional LoRaWAN application information, which can be used for geolocation.
|
static FPorts.Builder |
FPorts.builder() |
FPorts.Builder |
FPorts.Builder.clockSync(Integer clockSync)
Sets the value of the ClockSync property for this object.
|
FPorts.Builder |
FPorts.Builder.fuota(Integer fuota)
Sets the value of the Fuota property for this object.
|
FPorts.Builder |
FPorts.Builder.multicast(Integer multicast)
Sets the value of the Multicast property for this object.
|
default FPorts.Builder |
FPorts.Builder.positioning(Consumer<Positioning.Builder> positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
FPorts.Builder |
FPorts.Builder.positioning(Positioning positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
FPorts.Builder |
FPorts.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FPorts.Builder> |
FPorts.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LoRaWANDevice.Builder |
LoRaWANDevice.Builder.fPorts(Consumer<FPorts.Builder> fPorts)
Sets the value of the FPorts property for this object.
|
Copyright © 2022. All rights reserved.