| 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<ListWirelessDevicesResult> |
AWSIoTWirelessAsyncClient.listWirelessDevicesAsync(ListWirelessDevicesRequest request,
AsyncHandler<ListWirelessDevicesRequest,ListWirelessDevicesResult> asyncHandler) |
Future<ListWirelessDevicesResult> |
AWSIoTWirelessAsync.listWirelessDevicesAsync(ListWirelessDevicesRequest listWirelessDevicesRequest,
AsyncHandler<ListWirelessDevicesRequest,ListWirelessDevicesResult> asyncHandler)
Lists the wireless devices registered to your AWS account.
|
Future<ListWirelessDevicesResult> |
AbstractAWSIoTWirelessAsync.listWirelessDevicesAsync(ListWirelessDevicesRequest request,
AsyncHandler<ListWirelessDevicesRequest,ListWirelessDevicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListWirelessDevicesRequest |
ListWirelessDevicesRequest.clone() |
ListWirelessDevicesRequest |
ListWirelessDevicesRequest.withDestinationName(String destinationName)
A filter to list only the wireless devices that use this destination.
|
ListWirelessDevicesRequest |
ListWirelessDevicesRequest.withDeviceProfileId(String deviceProfileId)
A filter to list only the wireless devices that use this device profile.
|
ListWirelessDevicesRequest |
ListWirelessDevicesRequest.withFuotaTaskId(String fuotaTaskId) |
ListWirelessDevicesRequest |
ListWirelessDevicesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListWirelessDevicesRequest |
ListWirelessDevicesRequest.withMulticastGroupId(String multicastGroupId) |
ListWirelessDevicesRequest |
ListWirelessDevicesRequest.withNextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListWirelessDevicesRequest |
ListWirelessDevicesRequest.withServiceProfileId(String serviceProfileId)
A filter to list only the wireless devices that use this service profile.
|
ListWirelessDevicesRequest |
ListWirelessDevicesRequest.withWirelessDeviceType(String wirelessDeviceType)
A filter to list only the wireless devices that use this wireless device type.
|
ListWirelessDevicesRequest |
ListWirelessDevicesRequest.withWirelessDeviceType(WirelessDeviceType wirelessDeviceType)
A filter to list only the wireless devices that use this wireless device type.
|
Copyright © 2025. All rights reserved.