Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Classes modeling the various types represented by AmazonECS.
|
Modifier and Type | Method and Description |
---|---|
ContainerInstance |
RegisterContainerInstanceResult.getContainerInstance()
An Amazon EC2 instance that is running the Amazon ECS agent and has
been registered with a cluster.
|
ContainerInstance |
DeregisterContainerInstanceResult.getContainerInstance()
An Amazon EC2 instance that is running the Amazon ECS agent and has
been registered with a cluster.
|
ContainerInstance |
ContainerInstance.withAgentConnected(Boolean agentConnected)
This parameter returns
true if the agent is actually
connected to Amazon ECS. |
ContainerInstance |
ContainerInstance.withContainerInstanceArn(String containerInstanceArn)
The Amazon Resource Name (ARN) of the container instance.
|
ContainerInstance |
ContainerInstance.withEc2InstanceId(String ec2InstanceId)
The Amazon EC2 instance ID of the container instance.
|
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.withStatus(String status)
The status of 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 |
RegisterContainerInstanceResult.setContainerInstance(ContainerInstance containerInstance)
An Amazon EC2 instance that is running the Amazon ECS agent and has
been registered with a cluster.
|
void |
DeregisterContainerInstanceResult.setContainerInstance(ContainerInstance containerInstance)
An Amazon EC2 instance that is running the Amazon ECS agent and has
been registered with a cluster.
|
RegisterContainerInstanceResult |
RegisterContainerInstanceResult.withContainerInstance(ContainerInstance containerInstance)
An Amazon EC2 instance that is running the Amazon ECS agent and has
been registered with a cluster.
|
DeregisterContainerInstanceResult |
DeregisterContainerInstanceResult.withContainerInstance(ContainerInstance containerInstance)
An Amazon EC2 instance that is running the Amazon ECS agent and has
been registered with a cluster.
|
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 © 2015. All rights reserved.