| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCanarySettings |
DeploymentCanarySettings.addStageVariableOverridesEntry(String key,
String value)
Add a single StageVariableOverrides entry
|
DeploymentCanarySettings |
DeploymentCanarySettings.clearStageVariableOverridesEntries()
Removes all the entries added into StageVariableOverrides.
|
DeploymentCanarySettings |
DeploymentCanarySettings.clone() |
DeploymentCanarySettings |
CreateDeploymentRequest.getCanarySettings()
The input configuration for the canary deployment when the deployment is a canary release deployment.
|
DeploymentCanarySettings |
DeploymentCanarySettings.withPercentTraffic(Double percentTraffic)
The percentage (0.0-100.0) of traffic routed to the canary deployment.
|
DeploymentCanarySettings |
DeploymentCanarySettings.withStageVariableOverrides(Map<String,String> stageVariableOverrides)
A stage variable overrides used for the canary release deployment.
|
DeploymentCanarySettings |
DeploymentCanarySettings.withUseStageCache(Boolean useStageCache)
A Boolean flag to indicate whether the canary release deployment uses the stage cache or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDeploymentRequest.setCanarySettings(DeploymentCanarySettings canarySettings)
The input configuration for the canary deployment when the deployment is a canary release deployment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withCanarySettings(DeploymentCanarySettings canarySettings)
The input configuration for the canary deployment when the deployment is a canary release deployment.
|
Copyright © 2021. All rights reserved.