| Package | Description |
|---|---|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
static GrowthType |
GrowthType.fromValue(String value)
Use this in place of valueOf.
|
static GrowthType |
GrowthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrowthType[] |
GrowthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentSummary |
DeploymentSummary.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grows over time.
|
DeploymentStrategy |
DeploymentStrategy.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
UpdateDeploymentStrategyResult |
UpdateDeploymentStrategyResult.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
UpdateDeploymentStrategyRequest |
UpdateDeploymentStrategyRequest.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grows over time.
|
StopDeploymentResult |
StopDeploymentResult.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
StartDeploymentResult |
StartDeploymentResult.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
GetDeploymentStrategyResult |
GetDeploymentStrategyResult.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
GetDeploymentResult |
GetDeploymentResult.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
CreateDeploymentStrategyResult |
CreateDeploymentStrategyResult.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
CreateDeploymentStrategyRequest |
CreateDeploymentStrategyRequest.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grows over time.
|
Copyright © 2024. All rights reserved.