Package | Description |
---|---|
com.amazonaws.services.ecs |
|
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 that
ListContainerInstances returned in paginated
output. |
ListContainerInstancesRequest |
ListContainerInstancesRequest.withNextToken(String nextToken)
The
nextToken value returned from a ListContainerInstances request indicating that more
results are available to fulfill the request and further calls are needed. |
ListContainerInstancesRequest |
ListContainerInstancesRequest.withStatus(ContainerInstanceStatus status)
Filters the container instances by status.
|
ListContainerInstancesRequest |
ListContainerInstancesRequest.withStatus(String status)
Filters the container instances by status.
|
Copyright © 2022. All rights reserved.