| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
WarningGroup |
WarningGroup.clone() |
WarningGroup |
WarningGroup.withCode(Integer code)
Warning code that identifies a specific warning in the job.
|
WarningGroup |
WarningGroup.withCount(Integer count)
The number of times this warning occurred in the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<WarningGroup> |
Job.getWarnings()
Contains any warning messages for the job.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.withWarnings(WarningGroup... warnings)
Contains any warning messages for the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setWarnings(Collection<WarningGroup> warnings)
Contains any warning messages for the job.
|
Job |
Job.withWarnings(Collection<WarningGroup> warnings)
Contains any warning messages for the job.
|
Copyright © 2024. All rights reserved.