| 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<ListServiceProfilesResult> |
AbstractAWSIoTWirelessAsync.listServiceProfilesAsync(ListServiceProfilesRequest request,
AsyncHandler<ListServiceProfilesRequest,ListServiceProfilesResult> asyncHandler) |
Future<ListServiceProfilesResult> |
AWSIoTWirelessAsyncClient.listServiceProfilesAsync(ListServiceProfilesRequest request,
AsyncHandler<ListServiceProfilesRequest,ListServiceProfilesResult> asyncHandler) |
Future<ListServiceProfilesResult> |
AWSIoTWirelessAsync.listServiceProfilesAsync(ListServiceProfilesRequest listServiceProfilesRequest,
AsyncHandler<ListServiceProfilesRequest,ListServiceProfilesResult> asyncHandler)
Lists the service profiles registered to your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceProfilesRequest |
ListServiceProfilesRequest.clone() |
ListServiceProfilesRequest |
ListServiceProfilesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListServiceProfilesRequest |
ListServiceProfilesRequest.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 © 2025. All rights reserved.