Uses of Interface
software.amazon.awssdk.services.iotwireless.model.LoRaWANFuotaTask.Builder
-
Packages that use LoRaWANFuotaTask.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of LoRaWANFuotaTask.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return LoRaWANFuotaTask.Builder Modifier and Type Method Description static LoRaWANFuotaTask.BuilderLoRaWANFuotaTask. builder()LoRaWANFuotaTask.BuilderLoRaWANFuotaTask.Builder. rfRegion(String rfRegion)Sets the value of the RfRegion property for this object.LoRaWANFuotaTask.BuilderLoRaWANFuotaTask.Builder. rfRegion(SupportedRfRegion rfRegion)Sets the value of the RfRegion property for this object.LoRaWANFuotaTask.BuilderLoRaWANFuotaTask. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type LoRaWANFuotaTask.Builder Modifier and Type Method Description static Class<? extends LoRaWANFuotaTask.Builder>LoRaWANFuotaTask. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type LoRaWANFuotaTask.Builder Modifier and Type Method Description default CreateFuotaTaskRequest.BuilderCreateFuotaTaskRequest.Builder. loRaWAN(Consumer<LoRaWANFuotaTask.Builder> loRaWAN)Sets the value of the LoRaWAN property for this object.default UpdateFuotaTaskRequest.BuilderUpdateFuotaTaskRequest.Builder. loRaWAN(Consumer<LoRaWANFuotaTask.Builder> loRaWAN)Sets the value of the LoRaWAN property for this object.
-