Uses of Class
software.amazon.awssdk.services.ecs.model.ManagedAgent
-
Packages that use ManagedAgent Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ManagedAgent in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ManagedAgent Modifier and Type Method Description List<ManagedAgent>Container. managedAgents()The details of any Amazon ECS managed agents associated with the container.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ManagedAgent Modifier and Type Method Description Container.BuilderContainer.Builder. managedAgents(ManagedAgent... managedAgents)The details of any Amazon ECS managed agents associated with the container.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ManagedAgent Modifier and Type Method Description Container.BuilderContainer.Builder. managedAgents(Collection<ManagedAgent> managedAgents)The details of any Amazon ECS managed agents associated with the container.
-