| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
StopStreamResult |
AbstractAmazonIVS.stopStream(StopStreamRequest request) |
StopStreamResult |
AmazonIVS.stopStream(StopStreamRequest stopStreamRequest)
Disconnects the incoming RTMPS stream for the specified channel.
|
StopStreamResult |
AmazonIVSClient.stopStream(StopStreamRequest request)
Disconnects the incoming RTMPS stream for the specified channel.
|
Future<StopStreamResult> |
AbstractAmazonIVSAsync.stopStreamAsync(StopStreamRequest request) |
Future<StopStreamResult> |
AmazonIVSAsync.stopStreamAsync(StopStreamRequest stopStreamRequest)
Disconnects the incoming RTMPS stream for the specified channel.
|
Future<StopStreamResult> |
AmazonIVSAsyncClient.stopStreamAsync(StopStreamRequest request) |
Future<StopStreamResult> |
AbstractAmazonIVSAsync.stopStreamAsync(StopStreamRequest request,
AsyncHandler<StopStreamRequest,StopStreamResult> asyncHandler) |
Future<StopStreamResult> |
AmazonIVSAsync.stopStreamAsync(StopStreamRequest stopStreamRequest,
AsyncHandler<StopStreamRequest,StopStreamResult> asyncHandler)
Disconnects the incoming RTMPS stream for the specified channel.
|
Future<StopStreamResult> |
AmazonIVSAsyncClient.stopStreamAsync(StopStreamRequest request,
AsyncHandler<StopStreamRequest,StopStreamResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<StopStreamResult> |
AbstractAmazonIVSAsync.stopStreamAsync(StopStreamRequest request,
AsyncHandler<StopStreamRequest,StopStreamResult> asyncHandler) |
Future<StopStreamResult> |
AmazonIVSAsync.stopStreamAsync(StopStreamRequest stopStreamRequest,
AsyncHandler<StopStreamRequest,StopStreamResult> asyncHandler)
Disconnects the incoming RTMPS stream for the specified channel.
|
Future<StopStreamResult> |
AmazonIVSAsyncClient.stopStreamAsync(StopStreamRequest request,
AsyncHandler<StopStreamRequest,StopStreamResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopStreamRequest |
StopStreamRequest.clone() |
StopStreamRequest |
StopStreamRequest.withChannelArn(String channelArn)
ARN of the channel for which the stream is to be stopped.
|
Copyright © 2023. All rights reserved.