| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
CanarySettings |
CanarySettings.addStageVariableOverridesEntry(String key,
String value)
Add a single StageVariableOverrides entry
|
CanarySettings |
CanarySettings.clearStageVariableOverridesEntries()
Removes all the entries added into StageVariableOverrides.
|
CanarySettings |
CanarySettings.clone() |
CanarySettings |
UpdateStageResult.getCanarySettings()
Settings for the canary deployment in this stage.
|
CanarySettings |
GetStageResult.getCanarySettings()
Settings for the canary deployment in this stage.
|
CanarySettings |
CreateStageResult.getCanarySettings()
Settings for the canary deployment in this stage.
|
CanarySettings |
CreateStageRequest.getCanarySettings()
The canary deployment settings of this stage.
|
CanarySettings |
Stage.getCanarySettings()
Settings for the canary deployment in this stage.
|
CanarySettings |
CanarySettings.withDeploymentId(String deploymentId)
The ID of the canary deployment.
|
CanarySettings |
CanarySettings.withPercentTraffic(Double percentTraffic)
The percent (0-100) of traffic diverted to a canary deployment.
|
CanarySettings |
CanarySettings.withStageVariableOverrides(Map<String,String> stageVariableOverrides)
Stage variables overridden for a canary release deployment, including new stage variables introduced in the
canary.
|
CanarySettings |
CanarySettings.withUseStageCache(Boolean useStageCache)
A Boolean flag to indicate whether the canary deployment uses the stage cache or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateStageResult.setCanarySettings(CanarySettings canarySettings)
Settings for the canary deployment in this stage.
|
void |
GetStageResult.setCanarySettings(CanarySettings canarySettings)
Settings for the canary deployment in this stage.
|
void |
CreateStageResult.setCanarySettings(CanarySettings canarySettings)
Settings for the canary deployment in this stage.
|
void |
CreateStageRequest.setCanarySettings(CanarySettings canarySettings)
The canary deployment settings of this stage.
|
void |
Stage.setCanarySettings(CanarySettings canarySettings)
Settings for the canary deployment in this stage.
|
UpdateStageResult |
UpdateStageResult.withCanarySettings(CanarySettings canarySettings)
Settings for the canary deployment in this stage.
|
GetStageResult |
GetStageResult.withCanarySettings(CanarySettings canarySettings)
Settings for the canary deployment in this stage.
|
CreateStageResult |
CreateStageResult.withCanarySettings(CanarySettings canarySettings)
Settings for the canary deployment in this stage.
|
CreateStageRequest |
CreateStageRequest.withCanarySettings(CanarySettings canarySettings)
The canary deployment settings of this stage.
|
Stage |
Stage.withCanarySettings(CanarySettings canarySettings)
Settings for the canary deployment in this stage.
|
Copyright © 2025. All rights reserved.