| 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 |
UpdateChannelResult.getChannel() |
Channel |
GetChannelResult.getChannel() |
Channel |
CreateChannelResult.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)
Array of 1-50 maps, each of the form
string:string (key:value). |
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 |
UpdateChannelResult.setChannel(Channel channel) |
void |
GetChannelResult.setChannel(Channel channel) |
void |
CreateChannelResult.setChannel(Channel channel) |
UpdateChannelResult |
UpdateChannelResult.withChannel(Channel channel) |
GetChannelResult |
GetChannelResult.withChannel(Channel channel) |
CreateChannelResult |
CreateChannelResult.withChannel(Channel channel) |
BatchGetChannelResult |
BatchGetChannelResult.withChannels(Channel... channels)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetChannelResult.setChannels(Collection<Channel> channels) |
BatchGetChannelResult |
BatchGetChannelResult.withChannels(Collection<Channel> channels) |
Copyright © 2021. All rights reserved.