Uses of Class
software.amazon.awssdk.services.ecs.model.ECSExpressGatewayService
-
Packages that use ECSExpressGatewayService Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ECSExpressGatewayService in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ECSExpressGatewayService Modifier and Type Method Description ECSExpressGatewayServiceCreateExpressGatewayServiceResponse. service()The full description of your Express service following the create operation.ECSExpressGatewayServiceDeleteExpressGatewayServiceResponse. service()The full description of the deleted express service.ECSExpressGatewayServiceDescribeExpressGatewayServiceResponse. service()The full description of the described express service.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ECSExpressGatewayService Modifier and Type Method Description CreateExpressGatewayServiceResponse.BuilderCreateExpressGatewayServiceResponse.Builder. service(ECSExpressGatewayService service)The full description of your Express service following the create operation.DeleteExpressGatewayServiceResponse.BuilderDeleteExpressGatewayServiceResponse.Builder. service(ECSExpressGatewayService service)The full description of the deleted express service.DescribeExpressGatewayServiceResponse.BuilderDescribeExpressGatewayServiceResponse.Builder. service(ECSExpressGatewayService service)The full description of the described express service.
-