| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless |
AWS IoT Wireless API documentation
|
| software.amazon.awssdk.services.iotwireless.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListMulticastGroupsResponse |
IotWirelessClient.listMulticastGroups(Consumer<ListMulticastGroupsRequest.Builder> listMulticastGroupsRequest)
Lists the multicast groups registered to your AWS account.
|
default ListMulticastGroupsResponse |
IotWirelessClient.listMulticastGroups(ListMulticastGroupsRequest listMulticastGroupsRequest)
Lists the multicast groups registered to your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMulticastGroupsResponse> |
IotWirelessAsyncClient.listMulticastGroups(Consumer<ListMulticastGroupsRequest.Builder> listMulticastGroupsRequest)
Lists the multicast groups registered to your AWS account.
|
default CompletableFuture<ListMulticastGroupsResponse> |
IotWirelessAsyncClient.listMulticastGroups(ListMulticastGroupsRequest listMulticastGroupsRequest)
Lists the multicast groups registered to your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMulticastGroupsResponse> |
ListMulticastGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMulticastGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMulticastGroupsResponse> subscriber) |
Copyright © 2021. All rights reserved.