Uses of Class
software.amazon.awssdk.services.batch.model.EcsTaskDetails
-
Packages that use EcsTaskDetails Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EcsTaskDetails in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EcsTaskDetails Modifier and Type Method Description List<EcsTaskDetails>EcsPropertiesDetail. taskProperties()The properties for the Amazon ECS task definition of a job.Methods in software.amazon.awssdk.services.batch.model with parameters of type EcsTaskDetails Modifier and Type Method Description EcsPropertiesDetail.BuilderEcsPropertiesDetail.Builder. taskProperties(EcsTaskDetails... taskProperties)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 EcsTaskDetails Modifier and Type Method Description EcsPropertiesDetail.BuilderEcsPropertiesDetail.Builder. taskProperties(Collection<EcsTaskDetails> taskProperties)The properties for the Amazon ECS task definition of a job.
-