Uses of Class
software.amazon.awssdk.services.ecs.model.ExpressGatewayContainer
-
Packages that use ExpressGatewayContainer Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ExpressGatewayContainer in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ExpressGatewayContainer Modifier and Type Method Description ExpressGatewayContainerCreateExpressGatewayServiceRequest. primaryContainer()The primary container configuration for the Express service.ExpressGatewayContainerExpressGatewayServiceConfiguration. primaryContainer()The primary container configuration for this service revision.ExpressGatewayContainerUpdateExpressGatewayServiceRequest. primaryContainer()The primary container configuration for the Express service.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ExpressGatewayContainer Modifier and Type Method Description CreateExpressGatewayServiceRequest.BuilderCreateExpressGatewayServiceRequest.Builder. primaryContainer(ExpressGatewayContainer primaryContainer)The primary container configuration for the Express service.ExpressGatewayServiceConfiguration.BuilderExpressGatewayServiceConfiguration.Builder. primaryContainer(ExpressGatewayContainer primaryContainer)The primary container configuration for this service revision.UpdateExpressGatewayServiceRequest.BuilderUpdateExpressGatewayServiceRequest.Builder. primaryContainer(ExpressGatewayContainer primaryContainer)The primary container configuration for the Express service.
-