Uses of Class
software.amazon.awssdk.services.codedeploy.model.TrafficRoutingConfig
-
Packages that use TrafficRoutingConfig Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of TrafficRoutingConfig in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return TrafficRoutingConfig Modifier and Type Method Description TrafficRoutingConfigCreateDeploymentConfigRequest. trafficRoutingConfig()The configuration that specifies how the deployment traffic is routed.TrafficRoutingConfigDeploymentConfigInfo. trafficRoutingConfig()The configuration that specifies how the deployment traffic is routed.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type TrafficRoutingConfig Modifier and Type Method Description CreateDeploymentConfigRequest.BuilderCreateDeploymentConfigRequest.Builder. trafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)The configuration that specifies how the deployment traffic is routed.DeploymentConfigInfo.BuilderDeploymentConfigInfo.Builder. trafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)The configuration that specifies how the deployment traffic is routed.
-