| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
StartDeploymentResult |
AbstractAmazonAppConfig.startDeployment(StartDeploymentRequest request) |
StartDeploymentResult |
AmazonAppConfig.startDeployment(StartDeploymentRequest startDeploymentRequest)
Starts a deployment.
|
StartDeploymentResult |
AmazonAppConfigClient.startDeployment(StartDeploymentRequest request)
Starts a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartDeploymentResult> |
AmazonAppConfigAsync.startDeploymentAsync(StartDeploymentRequest startDeploymentRequest,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler)
Starts a deployment.
|
Future<StartDeploymentResult> |
AmazonAppConfigAsyncClient.startDeploymentAsync(StartDeploymentRequest request,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler) |
Future<StartDeploymentResult> |
AbstractAmazonAppConfigAsync.startDeploymentAsync(StartDeploymentRequest request,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartDeploymentResult |
StartDeploymentResult.clone() |
StartDeploymentResult |
StartDeploymentResult.withApplicationId(String applicationId)
The ID of the application that was deployed.
|
StartDeploymentResult |
StartDeploymentResult.withCompletedAt(Date completedAt)
The time the deployment completed.
|
StartDeploymentResult |
StartDeploymentResult.withConfigurationLocationUri(String configurationLocationUri)
Information about the source location of the configuration.
|
StartDeploymentResult |
StartDeploymentResult.withConfigurationName(String configurationName)
The name of the configuration.
|
StartDeploymentResult |
StartDeploymentResult.withConfigurationProfileId(String configurationProfileId)
The ID of the configuration profile that was deployed.
|
StartDeploymentResult |
StartDeploymentResult.withConfigurationVersion(String configurationVersion)
The configuration version that was deployed.
|
StartDeploymentResult |
StartDeploymentResult.withDeploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time the deployment lasted.
|
StartDeploymentResult |
StartDeploymentResult.withDeploymentNumber(Integer deploymentNumber)
The sequence number of the deployment.
|
StartDeploymentResult |
StartDeploymentResult.withDeploymentStrategyId(String deploymentStrategyId)
The ID of the deployment strategy that was deployed.
|
StartDeploymentResult |
StartDeploymentResult.withDescription(String description)
The description of the deployment.
|
StartDeploymentResult |
StartDeploymentResult.withEnvironmentId(String environmentId)
The ID of the environment that was deployed.
|
StartDeploymentResult |
StartDeploymentResult.withEventLog(Collection<DeploymentEvent> eventLog)
A list containing all events related to a deployment.
|
StartDeploymentResult |
StartDeploymentResult.withEventLog(DeploymentEvent... eventLog)
A list containing all events related to a deployment.
|
StartDeploymentResult |
StartDeploymentResult.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.
|
StartDeploymentResult |
StartDeploymentResult.withGrowthFactor(Float growthFactor)
The percentage of targets to receive a deployed configuration during each interval.
|
StartDeploymentResult |
StartDeploymentResult.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
StartDeploymentResult |
StartDeploymentResult.withGrowthType(String growthType)
The algorithm used to define how percentage grew over time.
|
StartDeploymentResult |
StartDeploymentResult.withPercentageComplete(Float percentageComplete)
The percentage of targets for which the deployment is available.
|
StartDeploymentResult |
StartDeploymentResult.withStartedAt(Date startedAt)
The time the deployment started.
|
StartDeploymentResult |
StartDeploymentResult.withState(DeploymentState state)
The state of the deployment.
|
StartDeploymentResult |
StartDeploymentResult.withState(String state)
The state of the deployment.
|
Copyright © 2021. All rights reserved.