Uses of Class
com.amazonaws.services.ecs.model.ListServicesRequest
Packages that use ListServicesRequest
-
Uses of ListServicesRequest in com.amazonaws.services.ecs
Methods in com.amazonaws.services.ecs with parameters of type ListServicesRequestModifier and TypeMethodDescriptionAbstractAmazonECS.listServices
(ListServicesRequest request) AmazonECS.listServices
(ListServicesRequest listServicesRequest) Lists the services that are running in a specified cluster.AmazonECSClient.listServices
(ListServicesRequest listServicesRequest) Lists the services that are running in a specified cluster.AbstractAmazonECSAsync.listServicesAsync
(ListServicesRequest request) AbstractAmazonECSAsync.listServicesAsync
(ListServicesRequest request, AsyncHandler<ListServicesRequest, ListServicesResult> asyncHandler) AmazonECSAsync.listServicesAsync
(ListServicesRequest listServicesRequest) Lists the services that are running in a specified cluster.AmazonECSAsync.listServicesAsync
(ListServicesRequest listServicesRequest, AsyncHandler<ListServicesRequest, ListServicesResult> asyncHandler) Lists the services that are running in a specified cluster.AmazonECSAsyncClient.listServicesAsync
(ListServicesRequest request) AmazonECSAsyncClient.listServicesAsync
(ListServicesRequest request, AsyncHandler<ListServicesRequest, ListServicesResult> asyncHandler) Method parameters in com.amazonaws.services.ecs with type arguments of type ListServicesRequestModifier and TypeMethodDescriptionAbstractAmazonECSAsync.listServicesAsync
(AsyncHandler<ListServicesRequest, ListServicesResult> asyncHandler) Simplified method form for invoking the ListServices operation with an AsyncHandler.AbstractAmazonECSAsync.listServicesAsync
(ListServicesRequest request, AsyncHandler<ListServicesRequest, ListServicesResult> asyncHandler) AmazonECSAsync.listServicesAsync
(AsyncHandler<ListServicesRequest, ListServicesResult> asyncHandler) Simplified method form for invoking the ListServices operation with an AsyncHandler.AmazonECSAsync.listServicesAsync
(ListServicesRequest listServicesRequest, AsyncHandler<ListServicesRequest, ListServicesResult> asyncHandler) Lists the services that are running in a specified cluster.AmazonECSAsyncClient.listServicesAsync
(AsyncHandler<ListServicesRequest, ListServicesResult> asyncHandler) Simplified method form for invoking the ListServices operation with an AsyncHandler.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 ListServicesRequestModifier and TypeMethodDescriptionListServicesRequest.clone()
ListServicesRequest.withCluster
(String cluster) The short name or full Amazon Resource Name (ARN) of the cluster that hosts the services to list.ListServicesRequest.withMaxResults
(Integer maxResults) The maximum number of container instance results returned byListServices
in paginated output.ListServicesRequest.withNextToken
(String nextToken) ThenextToken
value returned from a previous paginatedListServices
request wheremaxResults
was used and the results exceeded the value of that parameter.