Uses of Class
software.amazon.awssdk.services.ecs.model.Container
-
Packages that use Container Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of Container in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type Container Modifier and Type Method Description List<Container>Task. containers()The containers that's associated with the task.Methods in software.amazon.awssdk.services.ecs.model with parameters of type Container Modifier and Type Method Description Task.BuilderTask.Builder. containers(Container... containers)The containers that's associated with the task.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type Container Modifier and Type Method Description Task.BuilderTask.Builder. containers(Collection<Container> containers)The containers that's associated with the task.
-