| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
JobMessages |
JobMessages.clone() |
JobMessages |
Job.getMessages()
Provides messages from the service about jobs that you have already successfully submitted.
|
JobMessages |
JobMessages.withInfo(Collection<String> info)
List of messages that are informational only and don't indicate a problem with your job.
|
JobMessages |
JobMessages.withInfo(String... info)
List of messages that are informational only and don't indicate a problem with your job.
|
JobMessages |
JobMessages.withWarning(Collection<String> warning)
List of messages that warn about conditions that might cause your job not to run or to fail.
|
JobMessages |
JobMessages.withWarning(String... warning)
List of messages that warn about conditions that might cause your job not to run or to fail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setMessages(JobMessages messages)
Provides messages from the service about jobs that you have already successfully submitted.
|
Job |
Job.withMessages(JobMessages messages)
Provides messages from the service about jobs that you have already successfully submitted.
|
Copyright © 2025. All rights reserved.