Uses of Class
software.amazon.awssdk.services.iotwireless.model.GatewayListItem
-
Packages that use GatewayListItem Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of GatewayListItem in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type GatewayListItem Modifier and Type Method Description List<GatewayListItem>ParticipatingGateways. gatewayList()The list of gateways that you want to use for sending the downlink data traffic.Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type GatewayListItem Modifier and Type Method Description ParticipatingGateways.BuilderParticipatingGateways.Builder. gatewayList(GatewayListItem... gatewayList)The list of gateways that you want to use for sending the downlink data traffic.Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type GatewayListItem Modifier and Type Method Description ParticipatingGateways.BuilderParticipatingGateways.Builder. gatewayList(Collection<GatewayListItem> gatewayList)The list of gateways that you want to use for sending the downlink data traffic.
-