Uses of Class
software.amazon.awssdk.services.cloudfront.model.ContinuousDeploymentSingleWeightConfig
-
Packages that use ContinuousDeploymentSingleWeightConfig Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ContinuousDeploymentSingleWeightConfig in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ContinuousDeploymentSingleWeightConfig Modifier and Type Method Description ContinuousDeploymentSingleWeightConfigTrafficConfig. singleWeightConfig()Contains the percentage of traffic to send to the staging distribution.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ContinuousDeploymentSingleWeightConfig Modifier and Type Method Description TrafficConfig.BuilderTrafficConfig.Builder. singleWeightConfig(ContinuousDeploymentSingleWeightConfig singleWeightConfig)Contains the percentage of traffic to send to the staging distribution.
-