| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagevod.model |
| Modifier and Type | Method and Description |
|---|---|
AssetShallow |
AssetShallow.addTagsEntry(String key,
String value)
Add a single Tags entry
|
AssetShallow |
AssetShallow.clearTagsEntries()
Removes all the entries added into Tags.
|
AssetShallow |
AssetShallow.clone() |
AssetShallow |
AssetShallow.withArn(String arn)
The ARN of the Asset.
|
AssetShallow |
AssetShallow.withCreatedAt(String createdAt)
The time the Asset was initially submitted for Ingest.
|
AssetShallow |
AssetShallow.withId(String id)
The unique identifier for the Asset.
|
AssetShallow |
AssetShallow.withPackagingGroupId(String packagingGroupId)
The ID of the PackagingGroup for the Asset.
|
AssetShallow |
AssetShallow.withResourceId(String resourceId)
The resource ID to include in SPEKE key requests.
|
AssetShallow |
AssetShallow.withSourceArn(String sourceArn)
ARN of the source object in S3.
|
AssetShallow |
AssetShallow.withSourceRoleArn(String sourceRoleArn)
The IAM role ARN used to access the source S3 bucket.
|
AssetShallow |
AssetShallow.withTags(Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
List<AssetShallow> |
ListAssetsResult.getAssets()
A list of MediaPackage VOD Asset resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssetsResult |
ListAssetsResult.withAssets(AssetShallow... assets)
A list of MediaPackage VOD Asset resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssetsResult.setAssets(Collection<AssetShallow> assets)
A list of MediaPackage VOD Asset resources.
|
ListAssetsResult |
ListAssetsResult.withAssets(Collection<AssetShallow> assets)
A list of MediaPackage VOD Asset resources.
|
Copyright © 2023. All rights reserved.