ContainerInstance |
ContainerInstance.clone() |
|
ContainerInstance |
DeregisterContainerInstanceResult.getContainerInstance() |
|
ContainerInstance |
RegisterContainerInstanceResult.getContainerInstance() |
|
ContainerInstance |
UpdateContainerAgentResult.getContainerInstance() |
|
ContainerInstance |
ContainerInstance.withAgentConnected(Boolean agentConnected) |
This parameter returns true if the agent is actually
connected to Amazon ECS.
|
ContainerInstance |
ContainerInstance.withAgentUpdateStatus(AgentUpdateStatus agentUpdateStatus) |
The status of the most recent agent update.
|
ContainerInstance |
ContainerInstance.withAgentUpdateStatus(String agentUpdateStatus) |
The status of the most recent agent update.
|
ContainerInstance |
ContainerInstance.withAttributes(Attribute... attributes) |
The attributes set for the container instance by the Amazon ECS container
agent at instance registration.
|
ContainerInstance |
ContainerInstance.withAttributes(Collection<Attribute> attributes) |
The attributes set for the container instance by the Amazon ECS container
agent at instance registration.
|
ContainerInstance |
ContainerInstance.withContainerInstanceArn(String containerInstanceArn) |
The Amazon Resource Name (ARN) of the container instance.
|
ContainerInstance |
ContainerInstance.withEc2InstanceId(String ec2InstanceId) |
The EC2 instance ID of the container instance.
|
ContainerInstance |
ContainerInstance.withPendingTasksCount(Integer pendingTasksCount) |
The number of tasks on the container instance that are in the
PENDING status.
|
ContainerInstance |
ContainerInstance.withRegisteredResources(Resource... registeredResources) |
The registered resources on the container instance that are in use by
current tasks.
|
ContainerInstance |
ContainerInstance.withRegisteredResources(Collection<Resource> registeredResources) |
The registered resources on the container instance that are in use by
current tasks.
|
ContainerInstance |
ContainerInstance.withRemainingResources(Resource... remainingResources) |
The remaining resources of the container instance that are available for
new tasks.
|
ContainerInstance |
ContainerInstance.withRemainingResources(Collection<Resource> remainingResources) |
The remaining resources of the container instance that are available for
new tasks.
|
ContainerInstance |
ContainerInstance.withRunningTasksCount(Integer runningTasksCount) |
The number of tasks on the container instance that are in the
RUNNING status.
|
ContainerInstance |
ContainerInstance.withStatus(String status) |
The status of the container instance.
|
ContainerInstance |
ContainerInstance.withVersionInfo(VersionInfo versionInfo) |
The version information for the Amazon ECS container agent and Docker
daemon running on the container instance.
|