| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
CanarySettings |
GetStageResponse.canarySettings()
Settings for the canary deployment in this stage.
|
CanarySettings |
UpdateStageResponse.canarySettings()
Settings for the canary deployment in this stage.
|
CanarySettings |
CreateStageRequest.canarySettings()
The canary deployment settings of this stage.
|
CanarySettings |
CreateStageResponse.canarySettings()
Settings for the canary deployment in this stage.
|
CanarySettings |
Stage.canarySettings()
Settings for the canary deployment in this stage.
|
| Modifier and Type | Method and Description |
|---|---|
GetStageResponse.Builder |
GetStageResponse.Builder.canarySettings(CanarySettings canarySettings)
Settings for the canary deployment in this stage.
|
UpdateStageResponse.Builder |
UpdateStageResponse.Builder.canarySettings(CanarySettings canarySettings)
Settings for the canary deployment in this stage.
|
CreateStageRequest.Builder |
CreateStageRequest.Builder.canarySettings(CanarySettings canarySettings)
The canary deployment settings of this stage.
|
CreateStageResponse.Builder |
CreateStageResponse.Builder.canarySettings(CanarySettings canarySettings)
Settings for the canary deployment in this stage.
|
Stage.Builder |
Stage.Builder.canarySettings(CanarySettings canarySettings)
Settings for the canary deployment in this stage.
|
Copyright © 2023. All rights reserved.