| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
LoRaWANGateway |
LoRaWANGateway.clone() |
LoRaWANGateway |
GetWirelessGatewayResult.getLoRaWAN()
Information about the wireless gateway.
|
LoRaWANGateway |
CreateWirelessGatewayRequest.getLoRaWAN()
The gateway configuration information to use to create the wireless gateway.
|
LoRaWANGateway |
WirelessGatewayStatistics.getLoRaWAN()
LoRaWAN gateway info.
|
LoRaWANGateway |
LoRaWANGateway.withBeaconing(Beaconing beaconing)
Beaconing object information, which consists of the data rate and frequency parameters.
|
LoRaWANGateway |
LoRaWANGateway.withGatewayEui(String gatewayEui)
The gateway's EUI value.
|
LoRaWANGateway |
LoRaWANGateway.withJoinEuiFilters(Collection<List<String>> joinEuiFilters) |
LoRaWANGateway |
LoRaWANGateway.withJoinEuiFilters(List<String>... joinEuiFilters)
NOTE: This method appends the values to the existing list (if any).
|
LoRaWANGateway |
LoRaWANGateway.withMaxEirp(Float maxEirp)
The MaxEIRP value.
|
LoRaWANGateway |
LoRaWANGateway.withNetIdFilters(Collection<String> netIdFilters) |
LoRaWANGateway |
LoRaWANGateway.withNetIdFilters(String... netIdFilters)
NOTE: This method appends the values to the existing list (if any).
|
LoRaWANGateway |
LoRaWANGateway.withRfRegion(String rfRegion)
The frequency band (RFRegion) value.
|
LoRaWANGateway |
LoRaWANGateway.withSubBands(Collection<Integer> subBands) |
LoRaWANGateway |
LoRaWANGateway.withSubBands(Integer... subBands)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetWirelessGatewayResult.setLoRaWAN(LoRaWANGateway loRaWAN)
Information about the wireless gateway.
|
void |
CreateWirelessGatewayRequest.setLoRaWAN(LoRaWANGateway loRaWAN)
The gateway configuration information to use to create the wireless gateway.
|
void |
WirelessGatewayStatistics.setLoRaWAN(LoRaWANGateway loRaWAN)
LoRaWAN gateway info.
|
GetWirelessGatewayResult |
GetWirelessGatewayResult.withLoRaWAN(LoRaWANGateway loRaWAN)
Information about the wireless gateway.
|
CreateWirelessGatewayRequest |
CreateWirelessGatewayRequest.withLoRaWAN(LoRaWANGateway loRaWAN)
The gateway configuration information to use to create the wireless gateway.
|
WirelessGatewayStatistics |
WirelessGatewayStatistics.withLoRaWAN(LoRaWANGateway loRaWAN)
LoRaWAN gateway info.
|
Copyright © 2025. All rights reserved.