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