Uses of Class
software.amazon.awssdk.services.connect.model.StartWebRtcContactResponse
-
Packages that use StartWebRtcContactResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of StartWebRtcContactResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return StartWebRtcContactResponse Modifier and Type Method Description default StartWebRtcContactResponseConnectClient. startWebRTCContact(Consumer<StartWebRtcContactRequest.Builder> startWebRtcContactRequest)Places an inbound in-app, web, or video call to a contact, and then initiates the flow.default StartWebRtcContactResponseConnectClient. startWebRTCContact(StartWebRtcContactRequest startWebRtcContactRequest)Places an inbound in-app, web, or video call to a contact, and then initiates the flow.Methods in software.amazon.awssdk.services.connect that return types with arguments of type StartWebRtcContactResponse Modifier and Type Method Description default CompletableFuture<StartWebRtcContactResponse>ConnectAsyncClient. startWebRTCContact(Consumer<StartWebRtcContactRequest.Builder> startWebRtcContactRequest)Places an inbound in-app, web, or video call to a contact, and then initiates the flow.default CompletableFuture<StartWebRtcContactResponse>ConnectAsyncClient. startWebRTCContact(StartWebRtcContactRequest startWebRtcContactRequest)Places an inbound in-app, web, or video call to a contact, and then initiates the flow.
-