| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.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 |
Channel.withArn(String arn)
The ARN of the channel.
|
Channel |
Channel.withChannelName(String channelName)
The name of the channel.
|
Channel |
Channel.withChannelState(String channelState)
Returns the state whether the channel is running or not.
|
Channel |
Channel.withCreationTime(Date creationTime)
The timestamp of when the channel was created.
|
Channel |
Channel.withLastModifiedTime(Date lastModifiedTime)
The timestamp of when the channel was last modified.
|
Channel |
Channel.withOutputs(Collection<ResponseOutputItem> outputs)
The channel's output properties.
|
Channel |
Channel.withOutputs(ResponseOutputItem... outputs)
The channel's output properties.
|
Channel |
Channel.withPlaybackMode(String playbackMode)
The type of playback mode for this channel.
|
Channel |
Channel.withTags(Map<String,String> tags)
The tags to assign to the channel.
|
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
ListChannelsResult.getItems()
An array of channels that are associated with this account.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResult |
ListChannelsResult.withItems(Channel... items)
An array of channels that are associated with this account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelsResult.setItems(Collection<Channel> items)
An array of channels that are associated with this account.
|
ListChannelsResult |
ListChannelsResult.withItems(Collection<Channel> items)
An array of channels that are associated with this account.
|
Copyright © 2021. All rights reserved.