Uses of Class
software.amazon.awssdk.services.batch.model.EcsTaskProperties
-
Packages that use EcsTaskProperties Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EcsTaskProperties in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EcsTaskProperties Modifier and Type Method Description List<EcsTaskProperties>EcsProperties. taskProperties()An object that contains the properties for the Amazon ECS task definition of a job.Methods in software.amazon.awssdk.services.batch.model with parameters of type EcsTaskProperties Modifier and Type Method Description EcsProperties.BuilderEcsProperties.Builder. taskProperties(EcsTaskProperties... taskProperties)An object that contains the properties for the Amazon ECS task definition of a job.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type EcsTaskProperties Modifier and Type Method Description EcsProperties.BuilderEcsProperties.Builder. taskProperties(Collection<EcsTaskProperties> taskProperties)An object that contains the properties for the Amazon ECS task definition of a job.
-