Uses of Class
com.amazonaws.services.ecs.model.ListServicesResult
Packages that use ListServicesResult
-
Uses of ListServicesResult in com.amazonaws.services.ecs
Methods in com.amazonaws.services.ecs that return ListServicesResultModifier and TypeMethodDescriptionAbstractAmazonECS.listServices()AbstractAmazonECS.listServices(ListServicesRequest request) AmazonECS.listServices()Simplified method form for invoking the ListServices operation.AmazonECS.listServices(ListServicesRequest listServicesRequest) Lists the services that are running in a specified cluster.AmazonECSClient.listServices()AmazonECSClient.listServices(ListServicesRequest listServicesRequest) Lists the services that are running in a specified cluster.Methods in com.amazonaws.services.ecs that return types with arguments of type ListServicesResultModifier and TypeMethodDescriptionAbstractAmazonECSAsync.listServicesAsync()Simplified method form for invoking the ListServices operation.AbstractAmazonECSAsync.listServicesAsync(AsyncHandler<ListServicesRequest, ListServicesResult> asyncHandler) Simplified method form for invoking the ListServices operation with an AsyncHandler.AbstractAmazonECSAsync.listServicesAsync(ListServicesRequest request) AbstractAmazonECSAsync.listServicesAsync(ListServicesRequest request, AsyncHandler<ListServicesRequest, ListServicesResult> asyncHandler) AmazonECSAsync.listServicesAsync()Simplified method form for invoking the ListServices operation.AmazonECSAsync.listServicesAsync(AsyncHandler<ListServicesRequest, ListServicesResult> asyncHandler) Simplified method form for invoking the ListServices operation with an 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()Simplified method form for invoking the ListServices operation.AmazonECSAsyncClient.listServicesAsync(AsyncHandler<ListServicesRequest, ListServicesResult> asyncHandler) Simplified method form for invoking the ListServices operation with an AsyncHandler.AmazonECSAsyncClient.listServicesAsync(ListServicesRequest request) AmazonECSAsyncClient.listServicesAsync(ListServicesRequest request, AsyncHandler<ListServicesRequest, ListServicesResult> asyncHandler) Method parameters in com.amazonaws.services.ecs with type arguments of type ListServicesResultModifier 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 ListServicesResult in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return ListServicesResultModifier and TypeMethodDescriptionListServicesResult.clone()ListServicesResult.withNextToken(String nextToken) ThenextTokenvalue to include in a futureListServicesrequest.ListServicesResult.withServiceArns(String... serviceArns) The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.ListServicesResult.withServiceArns(Collection<String> serviceArns) The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.