Uses of Interface
software.amazon.awssdk.services.iotwireless.model.LoRaWANMulticastSession.Builder
-
Packages that use LoRaWANMulticastSession.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of LoRaWANMulticastSession.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return LoRaWANMulticastSession.Builder Modifier and Type Method Description static LoRaWANMulticastSession.BuilderLoRaWANMulticastSession. builder()LoRaWANMulticastSession.BuilderLoRaWANMulticastSession.Builder. dlDr(Integer dlDr)Sets the value of the DlDr property for this object.LoRaWANMulticastSession.BuilderLoRaWANMulticastSession.Builder. dlFreq(Integer dlFreq)Sets the value of the DlFreq property for this object.LoRaWANMulticastSession.BuilderLoRaWANMulticastSession.Builder. pingSlotPeriod(Integer pingSlotPeriod)The PingSlotPeriod value.LoRaWANMulticastSession.BuilderLoRaWANMulticastSession.Builder. sessionStartTime(Instant sessionStartTime)Sets the value of the SessionStartTime property for this object.LoRaWANMulticastSession.BuilderLoRaWANMulticastSession.Builder. sessionTimeout(Integer sessionTimeout)Sets the value of the SessionTimeout property for this object.LoRaWANMulticastSession.BuilderLoRaWANMulticastSession. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type LoRaWANMulticastSession.Builder Modifier and Type Method Description static Class<? extends LoRaWANMulticastSession.Builder>LoRaWANMulticastSession. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type LoRaWANMulticastSession.Builder Modifier and Type Method Description default GetMulticastGroupSessionResponse.BuilderGetMulticastGroupSessionResponse.Builder. loRaWAN(Consumer<LoRaWANMulticastSession.Builder> loRaWAN)Sets the value of the LoRaWAN property for this object.default StartMulticastGroupSessionRequest.BuilderStartMulticastGroupSessionRequest.Builder. loRaWAN(Consumer<LoRaWANMulticastSession.Builder> loRaWAN)Sets the value of the LoRaWAN property for this object.
-