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

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

Introduction

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

The text is from its open source code.

Constructor

Method

DescribeContainerInstancesRequestwithCluster(String cluster)

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to describe.

DescribeContainerInstancesRequestwithContainerInstances(String... containerInstances)

A list of up to 100 container instance IDs or full Amazon Resource Name (ARN) entries.

DescribeContainerInstancesRequestwithContainerInstances( java.util.Collection containerInstances)

A list of up to 100 container instance IDs or full Amazon Resource Name (ARN) entries.