Uses of Class
software.amazon.awssdk.services.ecs.model.UpdateClusterResponse
-
Packages that use UpdateClusterResponse Package Description software.amazon.awssdk.services.ecs Amazon Elastic Container Service -
-
Uses of UpdateClusterResponse in software.amazon.awssdk.services.ecs
Methods in software.amazon.awssdk.services.ecs that return UpdateClusterResponse Modifier and Type Method Description default UpdateClusterResponseEcsClient. updateCluster(Consumer<UpdateClusterRequest.Builder> updateClusterRequest)Updates the cluster.default UpdateClusterResponseEcsClient. updateCluster(UpdateClusterRequest updateClusterRequest)Updates the cluster.Methods in software.amazon.awssdk.services.ecs that return types with arguments of type UpdateClusterResponse Modifier and Type Method Description default CompletableFuture<UpdateClusterResponse>EcsAsyncClient. updateCluster(Consumer<UpdateClusterRequest.Builder> updateClusterRequest)Updates the cluster.default CompletableFuture<UpdateClusterResponse>EcsAsyncClient. updateCluster(UpdateClusterRequest updateClusterRequest)Updates the cluster.
-