| 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 ListFuotaTasksResponse |
IotWirelessClient.listFuotaTasks(Consumer<ListFuotaTasksRequest.Builder> listFuotaTasksRequest)
Lists the FUOTA tasks registered to your AWS account.
|
default ListFuotaTasksResponse |
IotWirelessClient.listFuotaTasks(ListFuotaTasksRequest listFuotaTasksRequest)
Lists the FUOTA tasks registered to your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFuotaTasksResponse> |
IotWirelessAsyncClient.listFuotaTasks(Consumer<ListFuotaTasksRequest.Builder> listFuotaTasksRequest)
Lists the FUOTA tasks registered to your AWS account.
|
default CompletableFuture<ListFuotaTasksResponse> |
IotWirelessAsyncClient.listFuotaTasks(ListFuotaTasksRequest listFuotaTasksRequest)
Lists the FUOTA tasks registered to your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFuotaTasksResponse> |
ListFuotaTasksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFuotaTasksPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFuotaTasksResponse> subscriber) |
Copyright © 2023. All rights reserved.