Package | Description |
---|---|
com.amazonaws.services.ecs |
|
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 ListTaskDefinitions request indicating that more
results are available to fulfill the request and further calls will be needed. |
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 © 2021. All rights reserved.