Package | Description |
---|---|
com.amazonaws.services.ecs |
Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it
easy to run, stop, and manage Docker containers on a cluster.
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ListContainerInstancesRequest |
ListContainerInstancesRequest.clone() |
ListContainerInstancesRequest |
ListContainerInstancesRequest.withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to list.
|
ListContainerInstancesRequest |
ListContainerInstancesRequest.withFilter(String filter)
You can filter the results of a
ListContainerInstances operation with cluster query language
statements. |
ListContainerInstancesRequest |
ListContainerInstancesRequest.withMaxResults(Integer maxResults)
The maximum number of container instance results returned by
ListContainerInstances in paginated
output. |
ListContainerInstancesRequest |
ListContainerInstancesRequest.withNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListContainerInstances request
where maxResults was used and the results exceeded the value of that parameter. |
ListContainerInstancesRequest |
ListContainerInstancesRequest.withStatus(ContainerInstanceStatus status)
Filters the container instances by status.
|
ListContainerInstancesRequest |
ListContainerInstancesRequest.withStatus(String status)
Filters the container instances by status.
|
Copyright © 2019. All rights reserved.