Uses of Class
software.amazon.awssdk.services.ecs.model.ExpressGatewayServiceStatus
-
Packages that use ExpressGatewayServiceStatus Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ExpressGatewayServiceStatus in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ExpressGatewayServiceStatus Modifier and Type Method Description ExpressGatewayServiceStatusECSExpressGatewayService. status()The current status of the Express service.ExpressGatewayServiceStatusUpdatedExpressGatewayService. status()The status of the Express service that is being updated.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ExpressGatewayServiceStatus Modifier and Type Method Description ECSExpressGatewayService.BuilderECSExpressGatewayService.Builder. status(ExpressGatewayServiceStatus status)The current status of the Express service.UpdatedExpressGatewayService.BuilderUpdatedExpressGatewayService.Builder. status(ExpressGatewayServiceStatus status)The status of the Express service that is being updated.
-