| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDestinationsResponse> |
IotWirelessAsyncClient.listDestinations(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
default ListDestinationsResponse |
IotWirelessClient.listDestinations(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
default ListDestinationsPublisher |
IotWirelessAsyncClient.listDestinationsPaginator(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
default ListDestinationsIterable |
IotWirelessClient.listDestinationsPaginator(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDestinationsRequest.Builder |
ListDestinationsRequest.builder() |
ListDestinationsRequest.Builder |
ListDestinationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListDestinationsRequest.Builder |
ListDestinationsRequest.Builder.nextToken(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. |
ListDestinationsRequest.Builder |
ListDestinationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDestinationsRequest.Builder |
ListDestinationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDestinationsRequest.Builder |
ListDestinationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDestinationsRequest.Builder> |
ListDestinationsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.