| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs |
Amazon Elastic 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.
|
| software.amazon.awssdk.services.ecs.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListServicesResponse |
EcsClient.listServices()
Lists the services that are running in a specified cluster.
|
default ListServicesResponse |
EcsClient.listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)
Lists the services that are running in a specified cluster.
|
default ListServicesResponse |
EcsClient.listServices(ListServicesRequest listServicesRequest)
Lists the services that are running in a specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListServicesResponse> |
EcsAsyncClient.listServices()
Lists the services that are running in a specified cluster.
|
default CompletableFuture<ListServicesResponse> |
EcsAsyncClient.listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)
Lists the services that are running in a specified cluster.
|
default CompletableFuture<ListServicesResponse> |
EcsAsyncClient.listServices(ListServicesRequest listServicesRequest)
Lists the services that are running in a specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListServicesResponse> |
ListServicesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListServicesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListServicesResponse> subscriber) |
Copyright © 2019. All rights reserved.