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

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

Introduction

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

The text is from its open source code.

Constructor

AmazonECSClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon ECS.
AmazonECSClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon ECS using the specified AWS account credentials.
AmazonECSClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new client to invoke service methods on Amazon ECS using the specified AWS account credentials provider.
AmazonECSClient(AwsSyncClientParams clientParams)
Constructs a new client to invoke service methods on Amazon ECS using the specified parameters.

Method

DescribeContainerInstancesResultdescribeContainerInstances(DescribeContainerInstancesRequest request)

Describes Amazon Elastic Container Service container instances.

ListContainerInstancesResultlistContainerInstances(ListContainerInstancesRequest request)

Returns a list of container instances in a specified cluster.

RegisterTaskDefinitionResultregisterTaskDefinition(RegisterTaskDefinitionRequest request)

Registers a new task definition from the supplied family and containerDefinitions.

RunTaskResultrunTask(RunTaskRequest request)

Starts a new task using the specified task definition.

voidsetRegion(Region region)
An alternative to AmazonWebServiceClient#setEndpoint(String) , sets the regional endpoint for this client's service calls.
StopTaskResultstopTask(StopTaskRequest request)

Stops a running task.