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
ListTaskDefinitions results. |
ListTaskDefinitionsRequest |
ListTaskDefinitionsRequest.withMaxResults(Integer maxResults)
The maximum number of task definition results returned by
ListTaskDefinitions in paginated output. |
ListTaskDefinitionsRequest |
ListTaskDefinitionsRequest.withNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListTaskDefinitions request
where maxResults was 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
ListTaskDefinitions results. |
ListTaskDefinitionsRequest |
ListTaskDefinitionsRequest.withStatus(TaskDefinitionStatus status)
The task definition status with which to filter the
ListTaskDefinitions results. |
Copyright © 2017. All rights reserved.