| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static Beaconing.Builder |
Beaconing.builder() |
Beaconing.Builder |
Beaconing.Builder.dataRate(Integer dataRate)
The data rate for gateways that are sending the beacons.
|
Beaconing.Builder |
Beaconing.Builder.frequencies(Collection<Integer> frequencies)
The frequency list for the gateways to send the beacons.
|
Beaconing.Builder |
Beaconing.Builder.frequencies(Integer... frequencies)
The frequency list for the gateways to send the beacons.
|
Beaconing.Builder |
Beaconing.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Beaconing.Builder> |
Beaconing.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LoRaWANGateway.Builder |
LoRaWANGateway.Builder.beaconing(Consumer<Beaconing.Builder> beaconing)
Beaconing object information, which consists of the data rate and frequency parameters.
|
Copyright © 2023. All rights reserved.