Uses of Class
software.amazon.awssdk.services.ecs.model.CreateExpressGatewayServiceRequest
-
Packages that use CreateExpressGatewayServiceRequest Package Description software.amazon.awssdk.services.ecs Amazon Elastic Container Service software.amazon.awssdk.services.ecs.transform -
-
Uses of CreateExpressGatewayServiceRequest in software.amazon.awssdk.services.ecs
Methods in software.amazon.awssdk.services.ecs with parameters of type CreateExpressGatewayServiceRequest Modifier and Type Method Description 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.default CreateExpressGatewayServiceResponseEcsClient. createExpressGatewayService(CreateExpressGatewayServiceRequest createExpressGatewayServiceRequest)Creates an Express service that simplifies deploying containerized web applications on Amazon ECS with managed Amazon Web Services infrastructure. -
Uses of CreateExpressGatewayServiceRequest in software.amazon.awssdk.services.ecs.transform
Methods in software.amazon.awssdk.services.ecs.transform with parameters of type CreateExpressGatewayServiceRequest Modifier and Type Method Description SdkHttpFullRequestCreateExpressGatewayServiceRequestMarshaller. marshall(CreateExpressGatewayServiceRequest createExpressGatewayServiceRequest)
-