| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateChannelResult> |
AbstractAmazonIVSAsync.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
Future<UpdateChannelResult> |
AmazonIVSAsync.updateChannelAsync(UpdateChannelRequest updateChannelRequest,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler)
Updates a channel's configuration.
|
Future<UpdateChannelResult> |
AmazonIVSAsyncClient.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelRequest |
UpdateChannelRequest.clone() |
UpdateChannelRequest |
UpdateChannelRequest.withArn(String arn)
ARN of the channel to be updated.
|
UpdateChannelRequest |
UpdateChannelRequest.withAuthorized(Boolean authorized)
Whether the channel is private (enabled for playback authorization).
|
UpdateChannelRequest |
UpdateChannelRequest.withInsecureIngest(Boolean insecureIngest)
Whether the channel allows insecure RTMP ingest.
|
UpdateChannelRequest |
UpdateChannelRequest.withLatencyMode(ChannelLatencyMode latencyMode)
Channel latency mode.
|
UpdateChannelRequest |
UpdateChannelRequest.withLatencyMode(String latencyMode)
Channel latency mode.
|
UpdateChannelRequest |
UpdateChannelRequest.withName(String name)
Channel name.
|
UpdateChannelRequest |
UpdateChannelRequest.withPreset(String preset)
Optional transcode preset for the channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withPreset(TranscodePreset preset)
Optional transcode preset for the channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withRecordingConfigurationArn(String recordingConfigurationArn)
Recording-configuration ARN.
|
UpdateChannelRequest |
UpdateChannelRequest.withType(ChannelType type)
Channel type, which determines the allowable resolution and bitrate.
|
UpdateChannelRequest |
UpdateChannelRequest.withType(String type)
Channel type, which determines the allowable resolution and bitrate.
|
Copyright © 2024. All rights reserved.