Uses of Class
software.amazon.awssdk.services.mediaconvert.model.WarningGroup
-
Packages that use WarningGroup Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of WarningGroup in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type WarningGroup Modifier and Type Method Description List<WarningGroup>Job. warnings()Contains any warning messages for the job.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type WarningGroup Modifier and Type Method Description Job.BuilderJob.Builder. warnings(WarningGroup... warnings)Contains any warning messages for the job.Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type WarningGroup Modifier and Type Method Description Job.BuilderJob.Builder. warnings(Collection<WarningGroup> warnings)Contains any warning messages for the job.
-