| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
static GrowthType |
GrowthType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GrowthType |
StopDeploymentResponse.growthType()
The algorithm used to define how percentage grew over time.
|
GrowthType |
DeploymentSummary.growthType()
The algorithm used to define how percentage grows over time.
|
GrowthType |
GetDeploymentResponse.growthType()
The algorithm used to define how percentage grew over time.
|
GrowthType |
DeploymentStrategy.growthType()
The algorithm used to define how percentage grew over time.
|
GrowthType |
UpdateDeploymentStrategyRequest.growthType()
The algorithm used to define how percentage grows over time.
|
GrowthType |
UpdateDeploymentStrategyResponse.growthType()
The algorithm used to define how percentage grew over time.
|
GrowthType |
CreateDeploymentStrategyRequest.growthType()
The algorithm used to define how percentage grows over time.
|
GrowthType |
StartDeploymentResponse.growthType()
The algorithm used to define how percentage grew over time.
|
GrowthType |
GetDeploymentStrategyResponse.growthType()
The algorithm used to define how percentage grew over time.
|
GrowthType |
CreateDeploymentStrategyResponse.growthType()
The algorithm used to define how percentage grew over time.
|
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 |
|---|---|
static Set<GrowthType> |
GrowthType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.growthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.growthType(GrowthType growthType)
The algorithm used to define how percentage grows over time.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.growthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
DeploymentStrategy.Builder |
DeploymentStrategy.Builder.growthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
UpdateDeploymentStrategyRequest.Builder |
UpdateDeploymentStrategyRequest.Builder.growthType(GrowthType growthType)
The algorithm used to define how percentage grows over time.
|
UpdateDeploymentStrategyResponse.Builder |
UpdateDeploymentStrategyResponse.Builder.growthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
CreateDeploymentStrategyRequest.Builder |
CreateDeploymentStrategyRequest.Builder.growthType(GrowthType growthType)
The algorithm used to define how percentage grows over time.
|
StartDeploymentResponse.Builder |
StartDeploymentResponse.Builder.growthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
GetDeploymentStrategyResponse.Builder |
GetDeploymentStrategyResponse.Builder.growthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
CreateDeploymentStrategyResponse.Builder |
CreateDeploymentStrategyResponse.Builder.growthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
Copyright © 2023. All rights reserved.