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