| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless |
AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.
|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateWirelessDeviceResult> |
AWSIoTWirelessAsyncClient.updateWirelessDeviceAsync(UpdateWirelessDeviceRequest request,
AsyncHandler<UpdateWirelessDeviceRequest,UpdateWirelessDeviceResult> asyncHandler) |
Future<UpdateWirelessDeviceResult> |
AbstractAWSIoTWirelessAsync.updateWirelessDeviceAsync(UpdateWirelessDeviceRequest request,
AsyncHandler<UpdateWirelessDeviceRequest,UpdateWirelessDeviceResult> asyncHandler) |
Future<UpdateWirelessDeviceResult> |
AWSIoTWirelessAsync.updateWirelessDeviceAsync(UpdateWirelessDeviceRequest updateWirelessDeviceRequest,
AsyncHandler<UpdateWirelessDeviceRequest,UpdateWirelessDeviceResult> asyncHandler)
Updates properties of a wireless device.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWirelessDeviceRequest |
UpdateWirelessDeviceRequest.clone() |
UpdateWirelessDeviceRequest |
UpdateWirelessDeviceRequest.withDescription(String description)
A new description of the resource.
|
UpdateWirelessDeviceRequest |
UpdateWirelessDeviceRequest.withDestinationName(String destinationName)
The name of the new destination for the device.
|
UpdateWirelessDeviceRequest |
UpdateWirelessDeviceRequest.withId(String id)
The ID of the resource to update.
|
UpdateWirelessDeviceRequest |
UpdateWirelessDeviceRequest.withLoRaWAN(LoRaWANUpdateDevice loRaWAN)
The updated wireless device's configuration.
|
UpdateWirelessDeviceRequest |
UpdateWirelessDeviceRequest.withName(String name)
The new name of the resource.
|
UpdateWirelessDeviceRequest |
UpdateWirelessDeviceRequest.withPositioning(PositioningConfigStatus positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
UpdateWirelessDeviceRequest |
UpdateWirelessDeviceRequest.withPositioning(String positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
Copyright © 2024. All rights reserved.