| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
default LoRaWANUpdateDevice.Builder |
LoRaWANUpdateDevice.Builder.abpV1_0_x(Consumer<UpdateAbpV1_0_x.Builder> abpV1_0_x)
ABP device object for update APIs for v1.0.x
|
LoRaWANUpdateDevice.Builder |
LoRaWANUpdateDevice.Builder.abpV1_0_x(UpdateAbpV1_0_x abpV1_0_x)
ABP device object for update APIs for v1.0.x
|
default LoRaWANUpdateDevice.Builder |
LoRaWANUpdateDevice.Builder.abpV1_1(Consumer<UpdateAbpV1_1.Builder> abpV1_1)
ABP device object for update APIs for v1.1
|
LoRaWANUpdateDevice.Builder |
LoRaWANUpdateDevice.Builder.abpV1_1(UpdateAbpV1_1 abpV1_1)
ABP device object for update APIs for v1.1
|
static LoRaWANUpdateDevice.Builder |
LoRaWANUpdateDevice.builder() |
LoRaWANUpdateDevice.Builder |
LoRaWANUpdateDevice.Builder.deviceProfileId(String deviceProfileId)
The ID of the device profile for the wireless device.
|
default LoRaWANUpdateDevice.Builder |
LoRaWANUpdateDevice.Builder.fPorts(Consumer<UpdateFPorts.Builder> fPorts)
FPorts object for the positioning information of the device.
|
LoRaWANUpdateDevice.Builder |
LoRaWANUpdateDevice.Builder.fPorts(UpdateFPorts fPorts)
FPorts object for the positioning information of the device.
|
LoRaWANUpdateDevice.Builder |
LoRaWANUpdateDevice.Builder.serviceProfileId(String serviceProfileId)
The ID of the service profile.
|
LoRaWANUpdateDevice.Builder |
LoRaWANUpdateDevice.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LoRaWANUpdateDevice.Builder> |
LoRaWANUpdateDevice.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateWirelessDeviceRequest.Builder |
UpdateWirelessDeviceRequest.Builder.loRaWAN(Consumer<LoRaWANUpdateDevice.Builder> loRaWAN)
The updated wireless device's configuration.
|
Copyright © 2023. All rights reserved.