| 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 ListMulticastGroupsByFuotaTaskResponse |
IotWirelessClient.listMulticastGroupsByFuotaTask(Consumer<ListMulticastGroupsByFuotaTaskRequest.Builder> listMulticastGroupsByFuotaTaskRequest)
List all multicast groups associated with a fuota task.
|
default ListMulticastGroupsByFuotaTaskResponse |
IotWirelessClient.listMulticastGroupsByFuotaTask(ListMulticastGroupsByFuotaTaskRequest listMulticastGroupsByFuotaTaskRequest)
List all multicast groups associated with a fuota task.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMulticastGroupsByFuotaTaskResponse> |
IotWirelessAsyncClient.listMulticastGroupsByFuotaTask(Consumer<ListMulticastGroupsByFuotaTaskRequest.Builder> listMulticastGroupsByFuotaTaskRequest)
List all multicast groups associated with a fuota task.
|
default CompletableFuture<ListMulticastGroupsByFuotaTaskResponse> |
IotWirelessAsyncClient.listMulticastGroupsByFuotaTask(ListMulticastGroupsByFuotaTaskRequest listMulticastGroupsByFuotaTaskRequest)
List all multicast groups associated with a fuota task.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMulticastGroupsByFuotaTaskResponse> |
ListMulticastGroupsByFuotaTaskIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMulticastGroupsByFuotaTaskPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMulticastGroupsByFuotaTaskResponse> subscriber) |
Copyright © 2022. All rights reserved.