| 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 CreateClusterResponse |
EcsClient.createCluster()
Creates a new Amazon ECS cluster.
|
default CreateClusterResponse |
EcsClient.createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)
Creates a new Amazon ECS cluster.
|
default CreateClusterResponse |
EcsClient.createCluster(CreateClusterRequest createClusterRequest)
Creates a new Amazon ECS cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateClusterResponse> |
EcsAsyncClient.createCluster()
Creates a new Amazon ECS cluster.
|
default CompletableFuture<CreateClusterResponse> |
EcsAsyncClient.createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)
Creates a new Amazon ECS cluster.
|
default CompletableFuture<CreateClusterResponse> |
EcsAsyncClient.createCluster(CreateClusterRequest createClusterRequest)
Creates a new Amazon ECS cluster.
|
Copyright © 2019. All rights reserved.