Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
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(Collection<Resource> registeredResources)
The registered resources on the container instance that are in use by
current tasks.
|
ContainerInstance |
ContainerInstance.withRegisteredResources(Resource... registeredResources)
The registered resources on the container instance that are in use by
current tasks.
|
ContainerInstance |
ContainerInstance.withRemainingResources(Collection<Resource> remainingResources)
The remaining resources of the container instance that are available for
new tasks.
|
ContainerInstance |
ContainerInstance.withRemainingResources(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.
|
Modifier and Type | Method and Description |
---|---|
List<ContainerInstance> |
DescribeContainerInstancesResult.getContainerInstances()
The list of container instances.
|
Modifier and Type | Method and Description |
---|---|
void |
DeregisterContainerInstanceResult.setContainerInstance(ContainerInstance containerInstance) |
void |
RegisterContainerInstanceResult.setContainerInstance(ContainerInstance containerInstance) |
void |
UpdateContainerAgentResult.setContainerInstance(ContainerInstance containerInstance) |
DeregisterContainerInstanceResult |
DeregisterContainerInstanceResult.withContainerInstance(ContainerInstance containerInstance) |
RegisterContainerInstanceResult |
RegisterContainerInstanceResult.withContainerInstance(ContainerInstance containerInstance) |
UpdateContainerAgentResult |
UpdateContainerAgentResult.withContainerInstance(ContainerInstance containerInstance) |
DescribeContainerInstancesResult |
DescribeContainerInstancesResult.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.
|
DescribeContainerInstancesResult |
DescribeContainerInstancesResult.withContainerInstances(Collection<ContainerInstance> containerInstances)
The list of container instances.
|
Copyright © 2018. All rights reserved.