Uses of Class
software.amazon.awssdk.services.batch.model.TaskContainerOverrides
-
Packages that use TaskContainerOverrides Package Description software.amazon.awssdk.services.batch.model -
-
Uses of TaskContainerOverrides in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type TaskContainerOverrides Modifier and Type Method Description List<TaskContainerOverrides>TaskPropertiesOverride. containers()The overrides for the container definition of a job.Methods in software.amazon.awssdk.services.batch.model with parameters of type TaskContainerOverrides Modifier and Type Method Description TaskPropertiesOverride.BuilderTaskPropertiesOverride.Builder. containers(TaskContainerOverrides... containers)The overrides for the container definition of a job.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type TaskContainerOverrides Modifier and Type Method Description TaskPropertiesOverride.BuilderTaskPropertiesOverride.Builder. containers(Collection<TaskContainerOverrides> containers)The overrides for the container definition of a job.
-