Uses of Class
software.amazon.awssdk.services.ecs.model.ExpressGatewayScalingTarget
-
Packages that use ExpressGatewayScalingTarget Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ExpressGatewayScalingTarget in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ExpressGatewayScalingTarget Modifier and Type Method Description ExpressGatewayScalingTargetCreateExpressGatewayServiceRequest. scalingTarget()The auto-scaling configuration for the Express service.ExpressGatewayScalingTargetExpressGatewayServiceConfiguration. scalingTarget()The auto-scaling configuration for this service revision.ExpressGatewayScalingTargetUpdateExpressGatewayServiceRequest. scalingTarget()The auto-scaling configuration for the Express service.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ExpressGatewayScalingTarget Modifier and Type Method Description CreateExpressGatewayServiceRequest.BuilderCreateExpressGatewayServiceRequest.Builder. scalingTarget(ExpressGatewayScalingTarget scalingTarget)The auto-scaling configuration for the Express service.ExpressGatewayServiceConfiguration.BuilderExpressGatewayServiceConfiguration.Builder. scalingTarget(ExpressGatewayScalingTarget scalingTarget)The auto-scaling configuration for this service revision.UpdateExpressGatewayServiceRequest.BuilderUpdateExpressGatewayServiceRequest.Builder. scalingTarget(ExpressGatewayScalingTarget scalingTarget)The auto-scaling configuration for the Express service.
-