| 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<ListDeviceProfilesResult> |
AbstractAWSIoTWirelessAsync.listDeviceProfilesAsync(ListDeviceProfilesRequest request,
AsyncHandler<ListDeviceProfilesRequest,ListDeviceProfilesResult> asyncHandler) |
Future<ListDeviceProfilesResult> |
AWSIoTWirelessAsync.listDeviceProfilesAsync(ListDeviceProfilesRequest listDeviceProfilesRequest,
AsyncHandler<ListDeviceProfilesRequest,ListDeviceProfilesResult> asyncHandler)
Lists the device profiles registered to your AWS account.
|
Future<ListDeviceProfilesResult> |
AWSIoTWirelessAsyncClient.listDeviceProfilesAsync(ListDeviceProfilesRequest request,
AsyncHandler<ListDeviceProfilesRequest,ListDeviceProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDeviceProfilesRequest |
ListDeviceProfilesRequest.clone() |
ListDeviceProfilesRequest |
ListDeviceProfilesRequest.withDeviceProfileType(DeviceProfileType deviceProfileType)
A filter to list only device profiles that use this type, which can be
LoRaWAN or
Sidewalk. |
ListDeviceProfilesRequest |
ListDeviceProfilesRequest.withDeviceProfileType(String deviceProfileType)
A filter to list only device profiles that use this type, which can be
LoRaWAN or
Sidewalk. |
ListDeviceProfilesRequest |
ListDeviceProfilesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListDeviceProfilesRequest |
ListDeviceProfilesRequest.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. |
Copyright © 2024. All rights reserved.