| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless |
AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.
|
| software.amazon.awssdk.services.iotwireless.paginators | |
| software.amazon.awssdk.services.iotwireless.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDestinationsResponse> |
IotWirelessAsyncClient.listDestinations(ListDestinationsRequest listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
default ListDestinationsResponse |
IotWirelessClient.listDestinations(ListDestinationsRequest listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
default ListDestinationsPublisher |
IotWirelessAsyncClient.listDestinationsPaginator(ListDestinationsRequest listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
default ListDestinationsIterable |
IotWirelessClient.listDestinationsPaginator(ListDestinationsRequest listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
| Constructor and Description |
|---|
ListDestinationsIterable(IotWirelessClient client,
ListDestinationsRequest firstRequest) |
ListDestinationsPublisher(IotWirelessAsyncClient client,
ListDestinationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListDestinationsRequestMarshaller.marshall(ListDestinationsRequest listDestinationsRequest) |
Copyright © 2022. All rights reserved.