| Package | Description |
|---|---|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStrategy |
DeploymentStrategy.clone() |
DeploymentStrategy |
DeploymentStrategy.withDeploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time the deployment lasted.
|
DeploymentStrategy |
DeploymentStrategy.withDescription(String description)
The description of the deployment strategy.
|
DeploymentStrategy |
DeploymentStrategy.withFinalBakeTimeInMinutes(Integer finalBakeTimeInMinutes)
The amount of time that AppConfig monitored for alarms before considering the deployment to be complete and no
longer eligible for automatic rollback.
|
DeploymentStrategy |
DeploymentStrategy.withGrowthFactor(Float growthFactor)
The percentage of targets that received a deployed configuration during each interval.
|
DeploymentStrategy |
DeploymentStrategy.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
DeploymentStrategy |
DeploymentStrategy.withGrowthType(String growthType)
The algorithm used to define how percentage grew over time.
|
DeploymentStrategy |
DeploymentStrategy.withId(String id)
The deployment strategy ID.
|
DeploymentStrategy |
DeploymentStrategy.withName(String name)
The name of the deployment strategy.
|
DeploymentStrategy |
DeploymentStrategy.withReplicateTo(ReplicateTo replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
DeploymentStrategy |
DeploymentStrategy.withReplicateTo(String replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentStrategy> |
ListDeploymentStrategiesResult.getItems()
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentStrategiesResult |
ListDeploymentStrategiesResult.withItems(DeploymentStrategy... items)
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentStrategiesResult.setItems(Collection<DeploymentStrategy> items)
The elements from this collection.
|
ListDeploymentStrategiesResult |
ListDeploymentStrategiesResult.withItems(Collection<DeploymentStrategy> items)
The elements from this collection.
|
Copyright © 2023. All rights reserved.