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