| Package | Description |
|---|---|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentSummary |
DeploymentSummary.clone() |
DeploymentSummary |
DeploymentSummary.withCompletedAt(Date completedAt)
Time the deployment completed.
|
DeploymentSummary |
DeploymentSummary.withConfigurationName(String configurationName)
The name of the configuration.
|
DeploymentSummary |
DeploymentSummary.withConfigurationVersion(String configurationVersion)
The version of the configuration.
|
DeploymentSummary |
DeploymentSummary.withDeploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time the deployment lasted.
|
DeploymentSummary |
DeploymentSummary.withDeploymentNumber(Integer deploymentNumber)
The sequence number of the deployment.
|
DeploymentSummary |
DeploymentSummary.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.
|
DeploymentSummary |
DeploymentSummary.withGrowthFactor(Float growthFactor)
The percentage of targets to receive a deployed configuration during each interval.
|
DeploymentSummary |
DeploymentSummary.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grows over time.
|
DeploymentSummary |
DeploymentSummary.withGrowthType(String growthType)
The algorithm used to define how percentage grows over time.
|
DeploymentSummary |
DeploymentSummary.withPercentageComplete(Float percentageComplete)
The percentage of targets for which the deployment is available.
|
DeploymentSummary |
DeploymentSummary.withStartedAt(Date startedAt)
Time the deployment started.
|
DeploymentSummary |
DeploymentSummary.withState(DeploymentState state)
The state of the deployment.
|
DeploymentSummary |
DeploymentSummary.withState(String state)
The state of the deployment.
|
DeploymentSummary |
DeploymentSummary.withVersionLabel(String versionLabel)
A user-defined label for an AppConfig hosted configuration version.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentSummary> |
ListDeploymentsResult.getItems()
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResult |
ListDeploymentsResult.withItems(DeploymentSummary... items)
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentsResult.setItems(Collection<DeploymentSummary> items)
The elements from this collection.
|
ListDeploymentsResult |
ListDeploymentsResult.withItems(Collection<DeploymentSummary> items)
The elements from this collection.
|
Copyright © 2024. All rights reserved.