| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeClustersResponse |
EcsClient.describeClusters()
Describes one or more of your clusters.
|
default DescribeClustersResponse |
EcsClient.describeClusters(Consumer<DescribeClustersRequest.Builder> describeClustersRequest)
Describes one or more of your clusters.
|
default DescribeClustersResponse |
EcsClient.describeClusters(DescribeClustersRequest describeClustersRequest)
Describes one or more of your clusters.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeClustersResponse> |
EcsAsyncClient.describeClusters()
Describes one or more of your clusters.
|
default CompletableFuture<DescribeClustersResponse> |
EcsAsyncClient.describeClusters(Consumer<DescribeClustersRequest.Builder> describeClustersRequest)
Describes one or more of your clusters.
|
default CompletableFuture<DescribeClustersResponse> |
EcsAsyncClient.describeClusters(DescribeClustersRequest describeClustersRequest)
Describes one or more of your clusters.
|
Copyright © 2019. All rights reserved.