Uses of Class
software.amazon.awssdk.services.connect.model.StopContactStreamingRequest
-
Packages that use StopContactStreamingRequest Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.transform -
-
Uses of StopContactStreamingRequest in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect with parameters of type StopContactStreamingRequest Modifier and Type Method Description default CompletableFuture<StopContactStreamingResponse>ConnectAsyncClient. stopContactStreaming(StopContactStreamingRequest stopContactStreamingRequest)Ends message streaming on a specified contact.default StopContactStreamingResponseConnectClient. stopContactStreaming(StopContactStreamingRequest stopContactStreamingRequest)Ends message streaming on a specified contact. -
Uses of StopContactStreamingRequest in software.amazon.awssdk.services.connect.transform
Methods in software.amazon.awssdk.services.connect.transform with parameters of type StopContactStreamingRequest Modifier and Type Method Description SdkHttpFullRequestStopContactStreamingRequestMarshaller. marshall(StopContactStreamingRequest stopContactStreamingRequest)
-