| Package | Description | 
|---|---|
| com.amazonaws.services.ecs.model | 
| Modifier and Type | Method and Description | 
|---|---|
| ContainerInstance | ContainerInstance. clone() | 
| ContainerInstance | UpdateContainerAgentResult. getContainerInstance()
 The container instance for which the container agent was updated. | 
| ContainerInstance | RegisterContainerInstanceResult. getContainerInstance()
 The container instance that was registered. | 
| ContainerInstance | DeregisterContainerInstanceResult. getContainerInstance()
 The container instance that was deregistered. | 
| ContainerInstance | ContainerInstance. withAgentConnected(Boolean agentConnected)
 This parameter returns  trueif 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, either by the Amazon ECS container agent at instance registration
 or manually with the PutAttributes operation. | 
| ContainerInstance | ContainerInstance. withAttributes(Collection<Attribute> attributes)
 The attributes set for the container instance, either by the Amazon ECS container agent at instance registration
 or manually with the PutAttributes operation. | 
| 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  PENDINGstatus. | 
| ContainerInstance | ContainerInstance. withRegisteredResources(Collection<Resource> registeredResources)
 For most resource types, this parameter describes the registered resources on the container instance that are in
 use by current tasks. | 
| ContainerInstance | ContainerInstance. withRegisteredResources(Resource... registeredResources)
 For most resource types, this parameter describes the registered resources on the container instance that are in
 use by current tasks. | 
| ContainerInstance | ContainerInstance. withRemainingResources(Collection<Resource> remainingResources)
 For most resource types, this parameter describes the remaining resources of the container instance that are
 available for new tasks. | 
| ContainerInstance | ContainerInstance. withRemainingResources(Resource... remainingResources)
 For most resource types, this parameter describes 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  RUNNINGstatus. | 
| ContainerInstance | ContainerInstance. withStatus(String status)
 The status of the container instance. | 
| ContainerInstance | ContainerInstance. withVersion(Long version)
 The version counter for 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ContainerInstance> | DescribeContainerInstancesResult. getContainerInstances()
 The list of container instances. | 
| List<ContainerInstance> | UpdateContainerInstancesStateResult. getContainerInstances()
 The list of container instances. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UpdateContainerAgentResult. setContainerInstance(ContainerInstance containerInstance)
 The container instance for which the container agent was updated. | 
| void | RegisterContainerInstanceResult. setContainerInstance(ContainerInstance containerInstance)
 The container instance that was registered. | 
| void | DeregisterContainerInstanceResult. setContainerInstance(ContainerInstance containerInstance)
 The container instance that was deregistered. | 
| UpdateContainerAgentResult | UpdateContainerAgentResult. withContainerInstance(ContainerInstance containerInstance)
 The container instance for which the container agent was updated. | 
| RegisterContainerInstanceResult | RegisterContainerInstanceResult. withContainerInstance(ContainerInstance containerInstance)
 The container instance that was registered. | 
| DeregisterContainerInstanceResult | DeregisterContainerInstanceResult. withContainerInstance(ContainerInstance containerInstance)
 The container instance that was deregistered. | 
| DescribeContainerInstancesResult | DescribeContainerInstancesResult. withContainerInstances(ContainerInstance... containerInstances)
 The list of container instances. | 
| UpdateContainerInstancesStateResult | UpdateContainerInstancesStateResult. withContainerInstances(ContainerInstance... containerInstances)
 The list of container instances. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DescribeContainerInstancesResult. setContainerInstances(Collection<ContainerInstance> containerInstances)
 The list of container instances. | 
| void | UpdateContainerInstancesStateResult. setContainerInstances(Collection<ContainerInstance> containerInstances)
 The list of container instances. | 
| DescribeContainerInstancesResult | DescribeContainerInstancesResult. withContainerInstances(Collection<ContainerInstance> containerInstances)
 The list of container instances. | 
| UpdateContainerInstancesStateResult | UpdateContainerInstancesStateResult. withContainerInstances(Collection<ContainerInstance> containerInstances)
 The list of container instances. | 
Copyright © 2017. All rights reserved.