| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelListConfiguration |
ChannelListConfiguration.clone() |
ChannelListConfiguration |
ChannelListConfiguration.withArn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
ChannelListConfiguration |
ChannelListConfiguration.withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
ChannelListConfiguration |
ChannelListConfiguration.withChannelName(String channelName)
The name that describes the channel.
|
ChannelListConfiguration |
ChannelListConfiguration.withCreatedAt(Date createdAt)
The date and time the channel was created.
|
ChannelListConfiguration |
ChannelListConfiguration.withDescription(String description)
Any descriptive information that you want to add to the channel for future identification purposes.
|
ChannelListConfiguration |
ChannelListConfiguration.withInputType(InputType inputType)
The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest
or HLS ingest.
|
ChannelListConfiguration |
ChannelListConfiguration.withInputType(String inputType)
The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest
or HLS ingest.
|
ChannelListConfiguration |
ChannelListConfiguration.withModifiedAt(Date modifiedAt)
The date and time the channel was modified.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChannelListConfiguration> |
ListChannelsResult.getItems()
The objects being returned.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResult |
ListChannelsResult.withItems(ChannelListConfiguration... items)
The objects being returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelsResult.setItems(Collection<ChannelListConfiguration> items)
The objects being returned.
|
ListChannelsResult |
ListChannelsResult.withItems(Collection<ChannelListConfiguration> items)
The objects being returned.
|
Copyright © 2025. All rights reserved.