Uses of Class
com.amazonaws.services.ecs.model.ListServicesRequest
-
Packages that use ListServicesRequest Package Description com.amazonaws.services.ecs com.amazonaws.services.ecs.model -
-
Uses of ListServicesRequest in com.amazonaws.services.ecs
Methods in com.amazonaws.services.ecs with parameters of type ListServicesRequest Modifier and Type Method Description ListServicesResultAbstractAmazonECS. listServices(ListServicesRequest request)ListServicesResultAmazonECS. listServices(ListServicesRequest listServicesRequest)Lists the services that are running in a specified cluster.ListServicesResultAmazonECSClient. listServices(ListServicesRequest listServicesRequest)Lists the services that are running in a specified cluster.Future<ListServicesResult>AbstractAmazonECSAsync. listServicesAsync(ListServicesRequest request)Future<ListServicesResult>AbstractAmazonECSAsync. listServicesAsync(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)Future<ListServicesResult>AmazonECSAsync. listServicesAsync(ListServicesRequest listServicesRequest)Lists the services that are running in a specified cluster.Future<ListServicesResult>AmazonECSAsync. listServicesAsync(ListServicesRequest listServicesRequest, AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)Lists the services that are running in a specified cluster.Future<ListServicesResult>AmazonECSAsyncClient. listServicesAsync(ListServicesRequest request)Future<ListServicesResult>AmazonECSAsyncClient. listServicesAsync(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)Method parameters in com.amazonaws.services.ecs with type arguments of type ListServicesRequest Modifier and Type Method Description Future<ListServicesResult>AbstractAmazonECSAsync. listServicesAsync(AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)Simplified method form for invoking the ListServices operation with an AsyncHandler.Future<ListServicesResult>AbstractAmazonECSAsync. listServicesAsync(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)Future<ListServicesResult>AmazonECSAsync. listServicesAsync(AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)Simplified method form for invoking the ListServices operation with an AsyncHandler.Future<ListServicesResult>AmazonECSAsync. listServicesAsync(ListServicesRequest listServicesRequest, AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)Lists the services that are running in a specified cluster.Future<ListServicesResult>AmazonECSAsyncClient. 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) -
Uses of ListServicesRequest in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return ListServicesRequest Modifier and Type Method Description ListServicesRequestListServicesRequest. clone()ListServicesRequestListServicesRequest. withCluster(String cluster)The short name or full Amazon Resource Name (ARN) of the cluster that hosts the services to list.ListServicesRequestListServicesRequest. withMaxResults(Integer maxResults)The maximum number of container instance results returned byListServicesin paginated output.ListServicesRequestListServicesRequest. withNextToken(String nextToken)ThenextTokenvalue returned from a previous paginatedListServicesrequest wheremaxResultswas used and the results exceeded the value of that parameter.
-