| Package | Description | 
|---|---|
| com.amazonaws.services.ecs | 
 Amazon EC2 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 of EC2 instances. | 
| com.amazonaws.services.ecs.model | 
| Modifier and Type | Method and Description | 
|---|---|
| ListTaskDefinitionsRequest | ListTaskDefinitionsRequest. clone() | 
| ListTaskDefinitionsRequest | ListTaskDefinitionsRequest. withFamilyPrefix(String familyPrefix)
 The full family name with which to filter the  ListTaskDefinitionsresults. | 
| ListTaskDefinitionsRequest | ListTaskDefinitionsRequest. withMaxResults(Integer maxResults)
 The maximum number of task definition results returned by  ListTaskDefinitionsin paginated output. | 
| ListTaskDefinitionsRequest | ListTaskDefinitionsRequest. withNextToken(String nextToken)
 The  nextTokenvalue returned from a previous paginatedListTaskDefinitionsrequest
 wheremaxResultswas used and the results exceeded the value of that parameter. | 
| ListTaskDefinitionsRequest | ListTaskDefinitionsRequest. withSort(SortOrder sort)
 The order in which to sort the results. | 
| ListTaskDefinitionsRequest | ListTaskDefinitionsRequest. withSort(String sort)
 The order in which to sort the results. | 
| ListTaskDefinitionsRequest | ListTaskDefinitionsRequest. withStatus(String status)
 The task definition status with which to filter the  ListTaskDefinitionsresults. | 
| ListTaskDefinitionsRequest | ListTaskDefinitionsRequest. withStatus(TaskDefinitionStatus status)
 The task definition status with which to filter the  ListTaskDefinitionsresults. | 
Copyright © 2017. All rights reserved.