Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
ContinuousDeploymentSingleWeightConfig |
ContinuousDeploymentSingleWeightConfig.clone() |
ContinuousDeploymentSingleWeightConfig |
TrafficConfig.getSingleWeightConfig()
Contains the percentage of traffic to send to the staging distribution.
|
ContinuousDeploymentSingleWeightConfig |
ContinuousDeploymentSingleWeightConfig.withSessionStickinessConfig(SessionStickinessConfig sessionStickinessConfig) |
ContinuousDeploymentSingleWeightConfig |
ContinuousDeploymentSingleWeightConfig.withWeight(Float weight)
The percentage of traffic to send to a staging distribution, expressed as a decimal number between 0 and .15.
|
Modifier and Type | Method and Description |
---|---|
void |
TrafficConfig.setSingleWeightConfig(ContinuousDeploymentSingleWeightConfig singleWeightConfig)
Contains the percentage of traffic to send to the staging distribution.
|
TrafficConfig |
TrafficConfig.withSingleWeightConfig(ContinuousDeploymentSingleWeightConfig singleWeightConfig)
Contains the percentage of traffic to send to the staging distribution.
|
Copyright © 2023. All rights reserved.