Uses of Class
software.amazon.awssdk.services.iotwireless.model.LoRaWANMulticastSession
-
Packages that use LoRaWANMulticastSession Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of LoRaWANMulticastSession in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return LoRaWANMulticastSession Modifier and Type Method Description LoRaWANMulticastSessionGetMulticastGroupSessionResponse. loRaWAN()Returns the value of the LoRaWAN property for this object.LoRaWANMulticastSessionStartMulticastGroupSessionRequest. loRaWAN()Returns the value of the LoRaWAN property for this object.Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type LoRaWANMulticastSession Modifier and Type Method Description GetMulticastGroupSessionResponse.BuilderGetMulticastGroupSessionResponse.Builder. loRaWAN(LoRaWANMulticastSession loRaWAN)Sets the value of the LoRaWAN property for this object.StartMulticastGroupSessionRequest.BuilderStartMulticastGroupSessionRequest.Builder. loRaWAN(LoRaWANMulticastSession loRaWAN)Sets the value of the LoRaWAN property for this object.
-