Uses of Class
software.amazon.awssdk.services.ecs.model.CreateExpressGatewayServiceResponse
-
Packages that use CreateExpressGatewayServiceResponse Package Description software.amazon.awssdk.services.ecs Amazon Elastic Container Service -
-
Uses of CreateExpressGatewayServiceResponse in software.amazon.awssdk.services.ecs
Methods in software.amazon.awssdk.services.ecs that return CreateExpressGatewayServiceResponse Modifier and Type Method Description default CreateExpressGatewayServiceResponseEcsClient. createExpressGatewayService(Consumer<CreateExpressGatewayServiceRequest.Builder> createExpressGatewayServiceRequest)Creates an Express service that simplifies deploying containerized web applications on Amazon ECS with managed Amazon Web Services infrastructure.default CreateExpressGatewayServiceResponseEcsClient. createExpressGatewayService(CreateExpressGatewayServiceRequest createExpressGatewayServiceRequest)Creates an Express service that simplifies deploying containerized web applications on Amazon ECS with managed Amazon Web Services infrastructure.Methods in software.amazon.awssdk.services.ecs that return types with arguments of type CreateExpressGatewayServiceResponse Modifier and Type Method Description default CompletableFuture<CreateExpressGatewayServiceResponse>EcsAsyncClient. createExpressGatewayService(Consumer<CreateExpressGatewayServiceRequest.Builder> createExpressGatewayServiceRequest)Creates an Express service that simplifies deploying containerized web applications on Amazon ECS with managed Amazon Web Services infrastructure.default CompletableFuture<CreateExpressGatewayServiceResponse>EcsAsyncClient. createExpressGatewayService(CreateExpressGatewayServiceRequest createExpressGatewayServiceRequest)Creates an Express service that simplifies deploying containerized web applications on Amazon ECS with managed Amazon Web Services infrastructure.
-