Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private ContainerInstance |
UpdateContainerAgentResult.containerInstance |
private ContainerInstance |
RegisterContainerInstanceResult.containerInstance |
private ContainerInstance |
DeregisterContainerInstanceResult.containerInstance |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ContainerInstance> |
DescribeContainerInstancesResult.containerInstances
The list of container instances.
|
Modifier and Type | Method and Description |
---|---|
ContainerInstance |
ContainerInstance.clone() |
ContainerInstance |
UpdateContainerAgentResult.getContainerInstance() |
ContainerInstance |
RegisterContainerInstanceResult.getContainerInstance() |
ContainerInstance |
DeregisterContainerInstanceResult.getContainerInstance() |
ContainerInstance |
ContainerInstance.withAgentConnected(java.lang.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(java.lang.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(java.util.Collection<Attribute> attributes)
The attributes set for the container instance by the Amazon ECS container
agent at instance registration.
|
ContainerInstance |
ContainerInstance.withContainerInstanceArn(java.lang.String containerInstanceArn)
The Amazon Resource Name (ARN) of the container instance.
|
ContainerInstance |
ContainerInstance.withEc2InstanceId(java.lang.String ec2InstanceId)
The EC2 instance ID of the container instance.
|
ContainerInstance |
ContainerInstance.withPendingTasksCount(java.lang.Integer pendingTasksCount)
The number of tasks on the container instance that are in the
PENDING status. |
ContainerInstance |
ContainerInstance.withRegisteredResources(java.util.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(java.util.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(java.lang.Integer runningTasksCount)
The number of tasks on the container instance that are in the
RUNNING status. |
ContainerInstance |
ContainerInstance.withStatus(java.lang.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 |
---|---|
java.util.List<ContainerInstance> |
DescribeContainerInstancesResult.getContainerInstances()
The list of container instances.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateContainerAgentResult.setContainerInstance(ContainerInstance containerInstance) |
void |
RegisterContainerInstanceResult.setContainerInstance(ContainerInstance containerInstance) |
void |
DeregisterContainerInstanceResult.setContainerInstance(ContainerInstance containerInstance) |
UpdateContainerAgentResult |
UpdateContainerAgentResult.withContainerInstance(ContainerInstance containerInstance) |
RegisterContainerInstanceResult |
RegisterContainerInstanceResult.withContainerInstance(ContainerInstance containerInstance) |
DeregisterContainerInstanceResult |
DeregisterContainerInstanceResult.withContainerInstance(ContainerInstance containerInstance) |
DescribeContainerInstancesResult |
DescribeContainerInstancesResult.withContainerInstances(ContainerInstance... containerInstances)
The list of container instances.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeContainerInstancesResult.setContainerInstances(java.util.Collection<ContainerInstance> containerInstances)
The list of container instances.
|
DescribeContainerInstancesResult |
DescribeContainerInstancesResult.withContainerInstances(java.util.Collection<ContainerInstance> containerInstances)
The list of container instances.
|
Modifier and Type | Method and Description |
---|---|
ContainerInstance |
ContainerInstanceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ContainerInstanceJsonMarshaller.marshall(ContainerInstance containerInstance,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|