| 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
true if the agent is 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.withAttachments(Attachment... attachments)
The Elastic Network Interfaces associated with the container instance.
|
ContainerInstance |
ContainerInstance.withAttachments(Collection<Attachment> attachments)
The Elastic Network Interfaces associated with the container instance.
|
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
PENDING status. |
ContainerInstance |
ContainerInstance.withRegisteredAt(Date registeredAt)
The Unix time stamp for when the container instance was registered.
|
ContainerInstance |
ContainerInstance.withRegisteredResources(Collection<Resource> registeredResources)
For CPU and memory resource types, this parameter describes the amount of each resource that was available on the
container instance when the container agent registered it with Amazon ECS; this value represents the total amount
of CPU and memory that can be allocated on this container instance to tasks.
|
ContainerInstance |
ContainerInstance.withRegisteredResources(Resource... registeredResources)
For CPU and memory resource types, this parameter describes the amount of each resource that was available on the
container instance when the container agent registered it with Amazon ECS; this value represents the total amount
of CPU and memory that can be allocated on this container instance to tasks.
|
ContainerInstance |
ContainerInstance.withRemainingResources(Collection<Resource> remainingResources)
For CPU and memory resource types, this parameter describes the remaining CPU and memory on the that has not
already been allocated to tasks (and is therefore available for new tasks).
|
ContainerInstance |
ContainerInstance.withRemainingResources(Resource... remainingResources)
For CPU and memory resource types, this parameter describes the remaining CPU and memory on the that has not
already been allocated to tasks (and is therefore 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.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 © 2018. All rights reserved.