Uses of Interface
software.amazon.awscdk.services.ecs.ForceNewDeployment
Packages that use ForceNewDeployment
-
Uses of ForceNewDeployment in software.amazon.awscdk.services.ecs
Classes in software.amazon.awscdk.services.ecs that implement ForceNewDeploymentMethods in software.amazon.awscdk.services.ecs that return ForceNewDeploymentModifier and TypeMethodDescriptionForceNewDeployment.Builder.build()Builds the configured instance.default ForceNewDeploymentBaseServiceOptions.getForceNewDeployment()Configuration for forcing a new deployment of the service.final ForceNewDeploymentBaseServiceOptions.Jsii$Proxy.getForceNewDeployment()final ForceNewDeploymentBaseServiceProps.Jsii$Proxy.getForceNewDeployment()final ForceNewDeploymentEc2ServiceProps.Jsii$Proxy.getForceNewDeployment()final ForceNewDeploymentExternalServiceProps.Jsii$Proxy.getForceNewDeployment()final ForceNewDeploymentFargateServiceProps.Jsii$Proxy.getForceNewDeployment()Methods in software.amazon.awscdk.services.ecs with parameters of type ForceNewDeploymentModifier and TypeMethodDescriptionBaseServiceOptions.Builder.forceNewDeployment(ForceNewDeployment forceNewDeployment) Sets the value ofBaseServiceOptions.getForceNewDeployment()BaseServiceProps.Builder.forceNewDeployment(ForceNewDeployment forceNewDeployment) Sets the value ofBaseServiceOptions.getForceNewDeployment()Ec2Service.Builder.forceNewDeployment(ForceNewDeployment forceNewDeployment) Configuration for forcing a new deployment of the service.Ec2ServiceProps.Builder.forceNewDeployment(ForceNewDeployment forceNewDeployment) Sets the value ofBaseServiceOptions.getForceNewDeployment()ExternalService.Builder.forceNewDeployment(ForceNewDeployment forceNewDeployment) Configuration for forcing a new deployment of the service.ExternalServiceProps.Builder.forceNewDeployment(ForceNewDeployment forceNewDeployment) Sets the value ofBaseServiceOptions.getForceNewDeployment()FargateService.Builder.forceNewDeployment(ForceNewDeployment forceNewDeployment) Configuration for forcing a new deployment of the service.FargateServiceProps.Builder.forceNewDeployment(ForceNewDeployment forceNewDeployment) Sets the value ofBaseServiceOptions.getForceNewDeployment()