Uses of Class
software.amazon.awssdk.services.connect.model.StartWebRtcContactRequest
-
Packages that use StartWebRtcContactRequest Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.transform -
-
Uses of StartWebRtcContactRequest in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect with parameters of type StartWebRtcContactRequest Modifier and Type Method Description default CompletableFuture<StartWebRtcContactResponse>ConnectAsyncClient. startWebRTCContact(StartWebRtcContactRequest 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. -
Uses of StartWebRtcContactRequest in software.amazon.awssdk.services.connect.transform
Methods in software.amazon.awssdk.services.connect.transform with parameters of type StartWebRtcContactRequest Modifier and Type Method Description SdkHttpFullRequestStartWebRtcContactRequestMarshaller. marshall(StartWebRtcContactRequest startWebRtcContactRequest)
-