| 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<ListDestinationsResult> |
AWSIoTWirelessAsyncClient.listDestinationsAsync(ListDestinationsRequest request,
AsyncHandler<ListDestinationsRequest,ListDestinationsResult> asyncHandler) |
Future<ListDestinationsResult> |
AWSIoTWirelessAsync.listDestinationsAsync(ListDestinationsRequest listDestinationsRequest,
AsyncHandler<ListDestinationsRequest,ListDestinationsResult> asyncHandler)
Lists the destinations registered to your AWS account.
|
Future<ListDestinationsResult> |
AbstractAWSIoTWirelessAsync.listDestinationsAsync(ListDestinationsRequest request,
AsyncHandler<ListDestinationsRequest,ListDestinationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDestinationsRequest |
ListDestinationsRequest.clone() |
ListDestinationsRequest |
ListDestinationsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListDestinationsRequest |
ListDestinationsRequest.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 © 2023. All rights reserved.