Uses of Class
software.amazon.awssdk.services.ivs.model.StopStreamResponse
-
Packages that use StopStreamResponse Package Description software.amazon.awssdk.services.ivs Introduction -
-
Uses of StopStreamResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return StopStreamResponse Modifier and Type Method Description default StopStreamResponseIvsClient. stopStream(Consumer<StopStreamRequest.Builder> stopStreamRequest)Disconnects the incoming RTMPS stream for the specified channel.default StopStreamResponseIvsClient. stopStream(StopStreamRequest stopStreamRequest)Disconnects the incoming RTMPS stream for the specified channel.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type StopStreamResponse Modifier and Type Method Description default CompletableFuture<StopStreamResponse>IvsAsyncClient. stopStream(Consumer<StopStreamRequest.Builder> stopStreamRequest)Disconnects the incoming RTMPS stream for the specified channel.default CompletableFuture<StopStreamResponse>IvsAsyncClient. stopStream(StopStreamRequest stopStreamRequest)Disconnects the incoming RTMPS stream for the specified channel.
-