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