| 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 |
|---|---|
ListDestinationsResult |
AWSIoTWirelessClient.listDestinations(ListDestinationsRequest request)
Lists the destinations registered to your AWS account.
|
ListDestinationsResult |
AWSIoTWireless.listDestinations(ListDestinationsRequest listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
ListDestinationsResult |
AbstractAWSIoTWireless.listDestinations(ListDestinationsRequest request) |
| 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 |
|---|---|
ListDestinationsResult |
ListDestinationsResult.clone() |
ListDestinationsResult |
ListDestinationsResult.withDestinationList(Collection<Destinations> destinationList)
The list of destinations.
|
ListDestinationsResult |
ListDestinationsResult.withDestinationList(Destinations... destinationList)
The list of destinations.
|
ListDestinationsResult |
ListDestinationsResult.withNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
Copyright © 2025. All rights reserved.