| Package | Description |
|---|---|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Channel |
Channel.clearTagsEntries()
Removes all the entries added into Tags.
|
Channel |
Channel.clone() |
Channel |
StreamSession.getChannel()
The properties of the channel at the time of going live.
|
Channel |
GetChannelResult.getChannel()
|
Channel |
CreateChannelResult.getChannel()
|
Channel |
UpdateChannelResult.getChannel() |
Channel |
Channel.withArn(String arn)
Channel ARN.
|
Channel |
Channel.withAuthorized(Boolean authorized)
Whether the channel is private (enabled for playback authorization).
|
Channel |
Channel.withIngestEndpoint(String ingestEndpoint)
Channel ingest endpoint, part of the definition of an ingest server, used when you set up streaming software.
|
Channel |
Channel.withLatencyMode(ChannelLatencyMode latencyMode)
Channel latency mode.
|
Channel |
Channel.withLatencyMode(String latencyMode)
Channel latency mode.
|
Channel |
Channel.withName(String name)
Channel name.
|
Channel |
Channel.withPlaybackUrl(String playbackUrl)
Channel playback URL.
|
Channel |
Channel.withRecordingConfigurationArn(String recordingConfigurationArn)
Recording-configuration ARN.
|
Channel |
Channel.withTags(Map<String,String> tags)
Tags attached to the resource.
|
Channel |
Channel.withType(ChannelType type)
Channel type, which determines the allowable resolution and bitrate.
|
Channel |
Channel.withType(String type)
Channel type, which determines the allowable resolution and bitrate.
|
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
BatchGetChannelResult.getChannels()
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamSession.setChannel(Channel channel)
The properties of the channel at the time of going live.
|
void |
GetChannelResult.setChannel(Channel channel)
|
void |
CreateChannelResult.setChannel(Channel channel)
|
void |
UpdateChannelResult.setChannel(Channel channel) |
StreamSession |
StreamSession.withChannel(Channel channel)
The properties of the channel at the time of going live.
|
GetChannelResult |
GetChannelResult.withChannel(Channel channel)
|
CreateChannelResult |
CreateChannelResult.withChannel(Channel channel)
|
UpdateChannelResult |
UpdateChannelResult.withChannel(Channel channel) |
BatchGetChannelResult |
BatchGetChannelResult.withChannels(Channel... channels)
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetChannelResult.setChannels(Collection<Channel> channels)
|
BatchGetChannelResult |
BatchGetChannelResult.withChannels(Collection<Channel> channels)
|
Copyright © 2023. All rights reserved.