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(TaskDefinitionStatus status) |
The task definition status with which to filter the
ListTaskDefinitions results.
|
ListTaskDefinitionsRequest |
ListTaskDefinitionsRequest.withStatus(String status) |
The task definition status with which to filter the
ListTaskDefinitions results.
|