| 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 UpdateServiceResponse |
EcsClient.updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)
Modifies the parameters of a service.
|
default UpdateServiceResponse |
EcsClient.updateService(UpdateServiceRequest updateServiceRequest)
Modifies the parameters of a service.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateServiceResponse> |
EcsAsyncClient.updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)
Modifies the parameters of a service.
|
default CompletableFuture<UpdateServiceResponse> |
EcsAsyncClient.updateService(UpdateServiceRequest updateServiceRequest)
Modifies the parameters of a service.
|
Copyright © 2019. All rights reserved.