| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| software.amazon.awssdk.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopStreamResponse> |
IvsAsyncClient.stopStream(Consumer<StopStreamRequest.Builder> stopStreamRequest)
Disconnects the incoming RTMPS stream for the specified channel.
|
default StopStreamResponse |
IvsClient.stopStream(Consumer<StopStreamRequest.Builder> stopStreamRequest)
Disconnects the incoming RTMPS stream for the specified channel.
|
| Modifier and Type | Method and Description |
|---|---|
static StopStreamRequest.Builder |
StopStreamRequest.builder() |
StopStreamRequest.Builder |
StopStreamRequest.Builder.channelArn(String channelArn)
ARN of the channel for which the stream is to be stopped.
|
StopStreamRequest.Builder |
StopStreamRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopStreamRequest.Builder |
StopStreamRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopStreamRequest.Builder |
StopStreamRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopStreamRequest.Builder> |
StopStreamRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.