| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListDestinationsResponse |
IotWirelessClient.listDestinations(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
default ListDestinationsResponse |
IotWirelessClient.listDestinations(ListDestinationsRequest listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDestinationsResponse> |
IotWirelessAsyncClient.listDestinations(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
default CompletableFuture<ListDestinationsResponse> |
IotWirelessAsyncClient.listDestinations(ListDestinationsRequest listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDestinationsResponse> |
ListDestinationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDestinationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDestinationsResponse> subscriber) |
Copyright © 2022. All rights reserved.