| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
List<OutputGroup> |
JobTemplateSettings.outputGroups()
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
List<OutputGroup> |
JobSettings.outputGroups()
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
| Modifier and Type | Method and Description |
|---|---|
JobTemplateSettings.Builder |
JobTemplateSettings.Builder.outputGroups(OutputGroup... outputGroups)
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
JobSettings.Builder |
JobSettings.Builder.outputGroups(OutputGroup... outputGroups)
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
| Modifier and Type | Method and Description |
|---|---|
JobTemplateSettings.Builder |
JobTemplateSettings.Builder.outputGroups(Collection<OutputGroup> outputGroups)
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
JobSettings.Builder |
JobSettings.Builder.outputGroups(Collection<OutputGroup> outputGroups)
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
Copyright © 2023. All rights reserved.