Uses of Class
software.amazon.awssdk.services.batch.model.AttemptEcsTaskDetails
-
Packages that use AttemptEcsTaskDetails Package Description software.amazon.awssdk.services.batch.model -
-
Uses of AttemptEcsTaskDetails in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type AttemptEcsTaskDetails Modifier and Type Method Description List<AttemptEcsTaskDetails>AttemptDetail. taskProperties()The properties for a task definition that describes the container and volume definitions of an Amazon ECS task.Methods in software.amazon.awssdk.services.batch.model with parameters of type AttemptEcsTaskDetails Modifier and Type Method Description AttemptDetail.BuilderAttemptDetail.Builder. taskProperties(AttemptEcsTaskDetails... taskProperties)The properties for a task definition that describes the container and volume definitions of an Amazon ECS task.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type AttemptEcsTaskDetails Modifier and Type Method Description AttemptDetail.BuilderAttemptDetail.Builder. taskProperties(Collection<AttemptEcsTaskDetails> taskProperties)The properties for a task definition that describes the container and volume definitions of an Amazon ECS task.
-