Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ManagedAgent |
ManagedAgent.clone() |
ManagedAgent |
ManagedAgent.withLastStartedAt(Date lastStartedAt)
The Unix timestamp for when the managed agent was last started.
|
ManagedAgent |
ManagedAgent.withLastStatus(String lastStatus)
The last known status of the managed agent.
|
ManagedAgent |
ManagedAgent.withName(ManagedAgentName name)
The name of the managed agent.
|
ManagedAgent |
ManagedAgent.withName(String name)
The name of the managed agent.
|
ManagedAgent |
ManagedAgent.withReason(String reason)
The reason for why the managed agent is in the state it is in.
|
Modifier and Type | Method and Description |
---|---|
List<ManagedAgent> |
Container.getManagedAgents()
The details of any Amazon ECS managed agents associated with the container.
|
Modifier and Type | Method and Description |
---|---|
Container |
Container.withManagedAgents(ManagedAgent... managedAgents)
The details of any Amazon ECS managed agents associated with the container.
|
Modifier and Type | Method and Description |
---|---|
void |
Container.setManagedAgents(Collection<ManagedAgent> managedAgents)
The details of any Amazon ECS managed agents associated with the container.
|
Container |
Container.withManagedAgents(Collection<ManagedAgent> managedAgents)
The details of any Amazon ECS managed agents associated with the container.
|
Copyright © 2021. All rights reserved.