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