Uses of Interface
software.amazon.awssdk.services.iotwireless.model.LoRaWANMulticastGet.Builder
-
Packages that use LoRaWANMulticastGet.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of LoRaWANMulticastGet.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return LoRaWANMulticastGet.Builder Modifier and Type Method Description static LoRaWANMulticastGet.BuilderLoRaWANMulticastGet. builder()LoRaWANMulticastGet.BuilderLoRaWANMulticastGet.Builder. dlClass(String dlClass)Sets the value of the DlClass property for this object.LoRaWANMulticastGet.BuilderLoRaWANMulticastGet.Builder. dlClass(DlClass dlClass)Sets the value of the DlClass property for this object.LoRaWANMulticastGet.BuilderLoRaWANMulticastGet.Builder. numberOfDevicesInGroup(Integer numberOfDevicesInGroup)Sets the value of the NumberOfDevicesInGroup property for this object.LoRaWANMulticastGet.BuilderLoRaWANMulticastGet.Builder. numberOfDevicesRequested(Integer numberOfDevicesRequested)Sets the value of the NumberOfDevicesRequested property for this object.LoRaWANMulticastGet.BuilderLoRaWANMulticastGet.Builder. rfRegion(String rfRegion)Sets the value of the RfRegion property for this object.LoRaWANMulticastGet.BuilderLoRaWANMulticastGet.Builder. rfRegion(SupportedRfRegion rfRegion)Sets the value of the RfRegion property for this object.LoRaWANMulticastGet.BuilderLoRaWANMulticastGet. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type LoRaWANMulticastGet.Builder Modifier and Type Method Description static Class<? extends LoRaWANMulticastGet.Builder>LoRaWANMulticastGet. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type LoRaWANMulticastGet.Builder Modifier and Type Method Description default GetMulticastGroupResponse.BuilderGetMulticastGroupResponse.Builder. loRaWAN(Consumer<LoRaWANMulticastGet.Builder> loRaWAN)Sets the value of the LoRaWAN property for this object.
-