Uses of Class
software.amazon.awssdk.services.iotwireless.model.StartMulticastGroupSessionRequest
-
Packages that use StartMulticastGroupSessionRequest 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.transform -
-
Uses of StartMulticastGroupSessionRequest in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless with parameters of type StartMulticastGroupSessionRequest Modifier and Type Method Description default CompletableFuture<StartMulticastGroupSessionResponse>IotWirelessAsyncClient. startMulticastGroupSession(StartMulticastGroupSessionRequest startMulticastGroupSessionRequest)Starts a multicast group session.default StartMulticastGroupSessionResponseIotWirelessClient. startMulticastGroupSession(StartMulticastGroupSessionRequest startMulticastGroupSessionRequest)Starts a multicast group session. -
Uses of StartMulticastGroupSessionRequest in software.amazon.awssdk.services.iotwireless.transform
Methods in software.amazon.awssdk.services.iotwireless.transform with parameters of type StartMulticastGroupSessionRequest Modifier and Type Method Description SdkHttpFullRequestStartMulticastGroupSessionRequestMarshaller. marshall(StartMulticastGroupSessionRequest startMulticastGroupSessionRequest)
-