Uses of Class
software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsResponse
-
Packages that use ListMulticastGroupsResponse 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 -
-
Uses of ListMulticastGroupsResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return ListMulticastGroupsResponse Modifier and Type Method Description default ListMulticastGroupsResponseIotWirelessClient. listMulticastGroups(Consumer<ListMulticastGroupsRequest.Builder> listMulticastGroupsRequest)Lists the multicast groups registered to your AWS account.default ListMulticastGroupsResponseIotWirelessClient. listMulticastGroups(ListMulticastGroupsRequest listMulticastGroupsRequest)Lists the multicast groups registered to your AWS account.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type ListMulticastGroupsResponse Modifier and Type Method 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. -
Uses of ListMulticastGroupsResponse in software.amazon.awssdk.services.iotwireless.paginators
Methods in software.amazon.awssdk.services.iotwireless.paginators that return types with arguments of type ListMulticastGroupsResponse Modifier and Type Method Description Iterator<ListMulticastGroupsResponse>ListMulticastGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.iotwireless.paginators with type arguments of type ListMulticastGroupsResponse Modifier and Type Method Description voidListMulticastGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMulticastGroupsResponse> subscriber)
-