Uses of Class
software.amazon.awssdk.services.batch.model.TaskContainerProperties
-
Packages that use TaskContainerProperties Package Description software.amazon.awssdk.services.batch.model -
-
Uses of TaskContainerProperties in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type TaskContainerProperties Modifier and Type Method Description List<TaskContainerProperties>EcsTaskProperties. containers()This object is a list of containers.Methods in software.amazon.awssdk.services.batch.model with parameters of type TaskContainerProperties Modifier and Type Method Description EcsTaskProperties.BuilderEcsTaskProperties.Builder. containers(TaskContainerProperties... containers)This object is a list of containers.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type TaskContainerProperties Modifier and Type Method Description EcsTaskProperties.BuilderEcsTaskProperties.Builder. containers(Collection<TaskContainerProperties> containers)This object is a list of containers.
-