| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
GatewayListItem |
GatewayListItem.clone() |
GatewayListItem |
GatewayListItem.withDownlinkFrequency(Integer downlinkFrequency)
The frequency to use for the gateways when sending a downlink message to the wireless device.
|
GatewayListItem |
GatewayListItem.withGatewayId(String gatewayId)
The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.
|
| Modifier and Type | Method and Description |
|---|---|
List<GatewayListItem> |
ParticipatingGateways.getGatewayList()
The list of gateways that you want to use for sending the downlink data traffic.
|
| Modifier and Type | Method and Description |
|---|---|
ParticipatingGateways |
ParticipatingGateways.withGatewayList(GatewayListItem... gatewayList)
The list of gateways that you want to use for sending the downlink data traffic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParticipatingGateways.setGatewayList(Collection<GatewayListItem> gatewayList)
The list of gateways that you want to use for sending the downlink data traffic.
|
ParticipatingGateways |
ParticipatingGateways.withGatewayList(Collection<GatewayListItem> gatewayList)
The list of gateways that you want to use for sending the downlink data traffic.
|
Copyright © 2023. All rights reserved.