Uses of Class
software.amazon.awssdk.services.ecs.model.UpdateExpressGatewayServiceResponse
-
Packages that use UpdateExpressGatewayServiceResponse Package Description software.amazon.awssdk.services.ecs Amazon Elastic Container Service -
-
Uses of UpdateExpressGatewayServiceResponse in software.amazon.awssdk.services.ecs
Methods in software.amazon.awssdk.services.ecs that return UpdateExpressGatewayServiceResponse Modifier and Type Method Description default UpdateExpressGatewayServiceResponseEcsClient. updateExpressGatewayService(Consumer<UpdateExpressGatewayServiceRequest.Builder> updateExpressGatewayServiceRequest)Updates an existing Express service configuration.default UpdateExpressGatewayServiceResponseEcsClient. updateExpressGatewayService(UpdateExpressGatewayServiceRequest updateExpressGatewayServiceRequest)Updates an existing Express service configuration.Methods in software.amazon.awssdk.services.ecs that return types with arguments of type UpdateExpressGatewayServiceResponse Modifier and Type Method Description default CompletableFuture<UpdateExpressGatewayServiceResponse>EcsAsyncClient. updateExpressGatewayService(Consumer<UpdateExpressGatewayServiceRequest.Builder> updateExpressGatewayServiceRequest)Updates an existing Express service configuration.default CompletableFuture<UpdateExpressGatewayServiceResponse>EcsAsyncClient. updateExpressGatewayService(UpdateExpressGatewayServiceRequest updateExpressGatewayServiceRequest)Updates an existing Express service configuration.
-