| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
VodSource |
VodSource.addTagsEntry(String key,
String value)
Add a single Tags entry
|
VodSource |
VodSource.clearTagsEntries()
Removes all the entries added into Tags.
|
VodSource |
VodSource.clone() |
VodSource |
VodSource.withArn(String arn)
The ARN for the VOD source.
|
VodSource |
VodSource.withCreationTime(Date creationTime)
The timestamp that indicates when the VOD source was created.
|
VodSource |
VodSource.withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations for the VOD source.
|
VodSource |
VodSource.withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
The HTTP package configurations for the VOD source.
|
VodSource |
VodSource.withLastModifiedTime(Date lastModifiedTime)
The timestamp that indicates when the VOD source was last modified.
|
VodSource |
VodSource.withSourceLocationName(String sourceLocationName)
The name of the source location that the VOD source is associated with.
|
VodSource |
VodSource.withTags(Map<String,String> tags)
The tags assigned to the VOD source.
|
VodSource |
VodSource.withVodSourceName(String vodSourceName)
The name of the VOD source.
|
| Modifier and Type | Method and Description |
|---|---|
List<VodSource> |
ListVodSourcesResult.getItems()
Lists the VOD sources.
|
| Modifier and Type | Method and Description |
|---|---|
ListVodSourcesResult |
ListVodSourcesResult.withItems(VodSource... items)
Lists the VOD sources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVodSourcesResult.setItems(Collection<VodSource> items)
Lists the VOD sources.
|
ListVodSourcesResult |
ListVodSourcesResult.withItems(Collection<VodSource> items)
Lists the VOD sources.
|
Copyright © 2022. All rights reserved.