Java com.amazonaws.services.ecs.model ContainerInstance fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ecs.model ContainerInstance fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ecs.model ContainerInstance.

The text is from its open source code.

Method

java.util.ListgetAttributes()

The attributes set for the container instance, either by the Amazon ECS container agent at instance registration or manually with the PutAttributes operation.

StringgetContainerInstanceArn()

The Amazon Resource Name (ARN) of the container instance.

StringgetEc2InstanceId()

The EC2 instance ID of the container instance.

java.util.ListgetRemainingResources()

For CPU and memory resource types, this parameter describes the remaining CPU and memory that has not already been allocated to tasks and is therefore available for new tasks.