| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs |
|
| 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 © 2023. All rights reserved.