| 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 | 
|---|---|
| Future<ListServicesResult> | AmazonECSAsyncClient. listServicesAsync(AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)Simplified method form for invoking the ListServices operation with an AsyncHandler. | 
| Future<ListServicesResult> | AbstractAmazonECSAsync. listServicesAsync(AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)Simplified method form for invoking the ListServices operation with an AsyncHandler. | 
| Future<ListServicesResult> | AmazonECSAsync. listServicesAsync(AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)Simplified method form for invoking the ListServices operation with an AsyncHandler. | 
| Future<ListServicesResult> | AmazonECSAsyncClient. listServicesAsync(ListServicesRequest request,
                 AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler) | 
| Future<ListServicesResult> | AbstractAmazonECSAsync. listServicesAsync(ListServicesRequest request,
                 AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler) | 
| Future<ListServicesResult> | AmazonECSAsync. listServicesAsync(ListServicesRequest listServicesRequest,
                 AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)
 Lists the services that are running in a specified cluster. | 
| Modifier and Type | Method and Description | 
|---|---|
| ListServicesRequest | ListServicesRequest. clone() | 
| ListServicesRequest | ListServicesRequest. withCluster(String cluster)
 The short name or full Amazon Resource Name (ARN) of the cluster that hosts the services to list. | 
| ListServicesRequest | ListServicesRequest. withMaxResults(Integer maxResults)
 The maximum number of container instance results returned by  ListServicesin paginated output. | 
| ListServicesRequest | ListServicesRequest. withNextToken(String nextToken)
 The  nextTokenvalue returned from a previous paginatedListServicesrequest wheremaxResultswas used and the results exceeded the value of that parameter. | 
Copyright © 2017. All rights reserved.