| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateDeploymentStrategyResult |
AmazonAppConfigClient.updateDeploymentStrategy(UpdateDeploymentStrategyRequest request)
Updates a deployment strategy.
|
UpdateDeploymentStrategyResult |
AmazonAppConfig.updateDeploymentStrategy(UpdateDeploymentStrategyRequest updateDeploymentStrategyRequest)
Updates a deployment strategy.
|
UpdateDeploymentStrategyResult |
AbstractAmazonAppConfig.updateDeploymentStrategy(UpdateDeploymentStrategyRequest request) |
| 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 |
|---|---|
UpdateDeploymentStrategyResult |
UpdateDeploymentStrategyResult.clone() |
UpdateDeploymentStrategyResult |
UpdateDeploymentStrategyResult.withDeploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time the deployment lasted.
|
UpdateDeploymentStrategyResult |
UpdateDeploymentStrategyResult.withDescription(String description)
The description of the deployment strategy.
|
UpdateDeploymentStrategyResult |
UpdateDeploymentStrategyResult.withFinalBakeTimeInMinutes(Integer finalBakeTimeInMinutes)
The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no longer
eligible for automatic roll back.
|
UpdateDeploymentStrategyResult |
UpdateDeploymentStrategyResult.withGrowthFactor(Float growthFactor)
The percentage of targets that received a deployed configuration during each interval.
|
UpdateDeploymentStrategyResult |
UpdateDeploymentStrategyResult.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
UpdateDeploymentStrategyResult |
UpdateDeploymentStrategyResult.withGrowthType(String growthType)
The algorithm used to define how percentage grew over time.
|
UpdateDeploymentStrategyResult |
UpdateDeploymentStrategyResult.withId(String id)
The deployment strategy ID.
|
UpdateDeploymentStrategyResult |
UpdateDeploymentStrategyResult.withName(String name)
The name of the deployment strategy.
|
UpdateDeploymentStrategyResult |
UpdateDeploymentStrategyResult.withReplicateTo(ReplicateTo replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
UpdateDeploymentStrategyResult |
UpdateDeploymentStrategyResult.withReplicateTo(String replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
Copyright © 2020. All rights reserved.