| Package | Description |
|---|---|
| com.amazonaws.services.mediapackage.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 Amazon Resource Name (ARN) assigned to the Channel.
|
Channel |
Channel.withCreatedAt(String createdAt)
The date and time the Channel was created.
|
Channel |
Channel.withDescription(String description)
A short text description of the Channel.
|
Channel |
Channel.withEgressAccessLogs(EgressAccessLogs egressAccessLogs) |
Channel |
Channel.withHlsIngest(HlsIngest hlsIngest) |
Channel |
Channel.withId(String id)
The ID of the Channel.
|
Channel |
Channel.withIngressAccessLogs(IngressAccessLogs ingressAccessLogs) |
Channel |
Channel.withTags(Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
ListChannelsResult.getChannels()
A list of Channel records.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResult |
ListChannelsResult.withChannels(Channel... channels)
A list of Channel records.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelsResult.setChannels(Collection<Channel> channels)
A list of Channel records.
|
ListChannelsResult |
ListChannelsResult.withChannels(Collection<Channel> channels)
A list of Channel records.
|
Copyright © 2025. All rights reserved.