Uses of Interface
software.amazon.awssdk.services.iotwireless.model.LoRaWANMulticast.Builder
-
Packages that use LoRaWANMulticast.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of LoRaWANMulticast.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return LoRaWANMulticast.Builder Modifier and Type Method Description static LoRaWANMulticast.BuilderLoRaWANMulticast. builder()LoRaWANMulticast.BuilderLoRaWANMulticast.Builder. dlClass(String dlClass)Sets the value of the DlClass property for this object.LoRaWANMulticast.BuilderLoRaWANMulticast.Builder. dlClass(DlClass dlClass)Sets the value of the DlClass property for this object.LoRaWANMulticast.BuilderLoRaWANMulticast.Builder. rfRegion(String rfRegion)Sets the value of the RfRegion property for this object.LoRaWANMulticast.BuilderLoRaWANMulticast.Builder. rfRegion(SupportedRfRegion rfRegion)Sets the value of the RfRegion property for this object.LoRaWANMulticast.BuilderLoRaWANMulticast. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type LoRaWANMulticast.Builder Modifier and Type Method Description static Class<? extends LoRaWANMulticast.Builder>LoRaWANMulticast. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type LoRaWANMulticast.Builder Modifier and Type Method Description default CreateMulticastGroupRequest.BuilderCreateMulticastGroupRequest.Builder. loRaWAN(Consumer<LoRaWANMulticast.Builder> loRaWAN)Sets the value of the LoRaWAN property for this object.default UpdateMulticastGroupRequest.BuilderUpdateMulticastGroupRequest.Builder. loRaWAN(Consumer<LoRaWANMulticast.Builder> loRaWAN)Sets the value of the LoRaWAN property for this object.
-