| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentStrategyResult |
AbstractAmazonAppConfig.getDeploymentStrategy(GetDeploymentStrategyRequest request) |
GetDeploymentStrategyResult |
AmazonAppConfig.getDeploymentStrategy(GetDeploymentStrategyRequest getDeploymentStrategyRequest)
Retrieve information about a deployment strategy.
|
GetDeploymentStrategyResult |
AmazonAppConfigClient.getDeploymentStrategy(GetDeploymentStrategyRequest request)
Retrieve information about a deployment strategy.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeploymentStrategyResult> |
AmazonAppConfigAsync.getDeploymentStrategyAsync(GetDeploymentStrategyRequest getDeploymentStrategyRequest,
AsyncHandler<GetDeploymentStrategyRequest,GetDeploymentStrategyResult> asyncHandler)
Retrieve information about a deployment strategy.
|
Future<GetDeploymentStrategyResult> |
AmazonAppConfigAsyncClient.getDeploymentStrategyAsync(GetDeploymentStrategyRequest request,
AsyncHandler<GetDeploymentStrategyRequest,GetDeploymentStrategyResult> asyncHandler) |
Future<GetDeploymentStrategyResult> |
AbstractAmazonAppConfigAsync.getDeploymentStrategyAsync(GetDeploymentStrategyRequest request,
AsyncHandler<GetDeploymentStrategyRequest,GetDeploymentStrategyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentStrategyResult |
GetDeploymentStrategyResult.clone() |
GetDeploymentStrategyResult |
GetDeploymentStrategyResult.withDeploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time the deployment lasted.
|
GetDeploymentStrategyResult |
GetDeploymentStrategyResult.withDescription(String description)
The description of the deployment strategy.
|
GetDeploymentStrategyResult |
GetDeploymentStrategyResult.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.
|
GetDeploymentStrategyResult |
GetDeploymentStrategyResult.withGrowthFactor(Float growthFactor)
The percentage of targets that received a deployed configuration during each interval.
|
GetDeploymentStrategyResult |
GetDeploymentStrategyResult.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
GetDeploymentStrategyResult |
GetDeploymentStrategyResult.withGrowthType(String growthType)
The algorithm used to define how percentage grew over time.
|
GetDeploymentStrategyResult |
GetDeploymentStrategyResult.withId(String id)
The deployment strategy ID.
|
GetDeploymentStrategyResult |
GetDeploymentStrategyResult.withName(String name)
The name of the deployment strategy.
|
GetDeploymentStrategyResult |
GetDeploymentStrategyResult.withReplicateTo(ReplicateTo replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
GetDeploymentStrategyResult |
GetDeploymentStrategyResult.withReplicateTo(String replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
Copyright © 2021. All rights reserved.