| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application
configurations.
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDeploymentStrategyResult> |
AbstractAmazonAppConfigAsync.updateDeploymentStrategyAsync(UpdateDeploymentStrategyRequest request,
AsyncHandler<UpdateDeploymentStrategyRequest,UpdateDeploymentStrategyResult> asyncHandler) |
Future<UpdateDeploymentStrategyResult> |
AmazonAppConfigAsyncClient.updateDeploymentStrategyAsync(UpdateDeploymentStrategyRequest request,
AsyncHandler<UpdateDeploymentStrategyRequest,UpdateDeploymentStrategyResult> asyncHandler) |
Future<UpdateDeploymentStrategyResult> |
AmazonAppConfigAsync.updateDeploymentStrategyAsync(UpdateDeploymentStrategyRequest updateDeploymentStrategyRequest,
AsyncHandler<UpdateDeploymentStrategyRequest,UpdateDeploymentStrategyResult> asyncHandler)
Updates a deployment strategy.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDeploymentStrategyRequest |
UpdateDeploymentStrategyRequest.clone() |
UpdateDeploymentStrategyRequest |
UpdateDeploymentStrategyRequest.withDeploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time for a deployment to last.
|
UpdateDeploymentStrategyRequest |
UpdateDeploymentStrategyRequest.withDeploymentStrategyId(String deploymentStrategyId)
The deployment strategy ID.
|
UpdateDeploymentStrategyRequest |
UpdateDeploymentStrategyRequest.withDescription(String description)
A description of the deployment strategy.
|
UpdateDeploymentStrategyRequest |
UpdateDeploymentStrategyRequest.withFinalBakeTimeInMinutes(Integer finalBakeTimeInMinutes)
The amount of time that AppConfig monitors for alarms before considering the deployment to be complete and no
longer eligible for automatic rollback.
|
UpdateDeploymentStrategyRequest |
UpdateDeploymentStrategyRequest.withGrowthFactor(Float growthFactor)
The percentage of targets to receive a deployed configuration during each interval.
|
UpdateDeploymentStrategyRequest |
UpdateDeploymentStrategyRequest.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grows over time.
|
UpdateDeploymentStrategyRequest |
UpdateDeploymentStrategyRequest.withGrowthType(String growthType)
The algorithm used to define how percentage grows over time.
|
Copyright © 2023. All rights reserved.