Uses of Class
software.amazon.awssdk.services.iotwireless.model.LoRaWANPublicGatewayMetadata
-
Packages that use LoRaWANPublicGatewayMetadata Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of LoRaWANPublicGatewayMetadata in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type LoRaWANPublicGatewayMetadata Modifier and Type Method Description List<LoRaWANPublicGatewayMetadata>LoRaWANDeviceMetadata. publicGateways()Information about the LoRaWAN public network accessed by the device.Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type LoRaWANPublicGatewayMetadata Modifier and Type Method Description LoRaWANDeviceMetadata.BuilderLoRaWANDeviceMetadata.Builder. publicGateways(LoRaWANPublicGatewayMetadata... publicGateways)Information about the LoRaWAN public network accessed by the device.Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type LoRaWANPublicGatewayMetadata Modifier and Type Method Description LoRaWANDeviceMetadata.BuilderLoRaWANDeviceMetadata.Builder. publicGateways(Collection<LoRaWANPublicGatewayMetadata> publicGateways)Information about the LoRaWAN public network accessed by the device.
-