| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagevod.model |
| Modifier and Type | Method and Description |
|---|---|
PackagingGroup |
PackagingGroup.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PackagingGroup |
PackagingGroup.clearTagsEntries()
Removes all the entries added into Tags.
|
PackagingGroup |
PackagingGroup.clone() |
PackagingGroup |
PackagingGroup.withApproximateAssetCount(Integer approximateAssetCount)
The approximate asset count of the PackagingGroup.
|
PackagingGroup |
PackagingGroup.withArn(String arn)
The ARN of the PackagingGroup.
|
PackagingGroup |
PackagingGroup.withAuthorization(Authorization authorization) |
PackagingGroup |
PackagingGroup.withCreatedAt(String createdAt)
The time the PackagingGroup was created.
|
PackagingGroup |
PackagingGroup.withDomainName(String domainName)
The fully qualified domain name for Assets in the PackagingGroup.
|
PackagingGroup |
PackagingGroup.withEgressAccessLogs(EgressAccessLogs egressAccessLogs) |
PackagingGroup |
PackagingGroup.withId(String id)
The ID of the PackagingGroup.
|
PackagingGroup |
PackagingGroup.withTags(Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
List<PackagingGroup> |
ListPackagingGroupsResult.getPackagingGroups()
A list of MediaPackage VOD PackagingGroup resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListPackagingGroupsResult |
ListPackagingGroupsResult.withPackagingGroups(PackagingGroup... packagingGroups)
A list of MediaPackage VOD PackagingGroup resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPackagingGroupsResult.setPackagingGroups(Collection<PackagingGroup> packagingGroups)
A list of MediaPackage VOD PackagingGroup resources.
|
ListPackagingGroupsResult |
ListPackagingGroupsResult.withPackagingGroups(Collection<PackagingGroup> packagingGroups)
A list of MediaPackage VOD PackagingGroup resources.
|
Copyright © 2023. All rights reserved.