Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ManagedAgentStateChange |
ManagedAgentStateChange.clone() |
ManagedAgentStateChange |
ManagedAgentStateChange.withContainerName(String containerName)
The name of the container that's associated with the managed agent.
|
ManagedAgentStateChange |
ManagedAgentStateChange.withManagedAgentName(ManagedAgentName managedAgentName)
The name of the managed agent.
|
ManagedAgentStateChange |
ManagedAgentStateChange.withManagedAgentName(String managedAgentName)
The name of the managed agent.
|
ManagedAgentStateChange |
ManagedAgentStateChange.withReason(String reason)
The reason for the status of the managed agent.
|
ManagedAgentStateChange |
ManagedAgentStateChange.withStatus(String status)
The status of the managed agent.
|
Modifier and Type | Method and Description |
---|---|
List<ManagedAgentStateChange> |
SubmitTaskStateChangeRequest.getManagedAgents()
The details for the managed agent that's associated with the task.
|
Modifier and Type | Method and Description |
---|---|
SubmitTaskStateChangeRequest |
SubmitTaskStateChangeRequest.withManagedAgents(ManagedAgentStateChange... managedAgents)
The details for the managed agent that's associated with the task.
|
Modifier and Type | Method and Description |
---|---|
void |
SubmitTaskStateChangeRequest.setManagedAgents(Collection<ManagedAgentStateChange> managedAgents)
The details for the managed agent that's associated with the task.
|
SubmitTaskStateChangeRequest |
SubmitTaskStateChangeRequest.withManagedAgents(Collection<ManagedAgentStateChange> managedAgents)
The details for the managed agent that's associated with the task.
|
Copyright © 2023. All rights reserved.