| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application
configurations.
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
StopDeploymentResult |
AmazonAppConfigClient.stopDeployment(StopDeploymentRequest request)
Stops a deployment.
|
StopDeploymentResult |
AbstractAmazonAppConfig.stopDeployment(StopDeploymentRequest request) |
StopDeploymentResult |
AmazonAppConfig.stopDeployment(StopDeploymentRequest stopDeploymentRequest)
Stops a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StopDeploymentResult> |
AmazonAppConfigAsyncClient.stopDeploymentAsync(StopDeploymentRequest request,
AsyncHandler<StopDeploymentRequest,StopDeploymentResult> asyncHandler) |
Future<StopDeploymentResult> |
AbstractAmazonAppConfigAsync.stopDeploymentAsync(StopDeploymentRequest request,
AsyncHandler<StopDeploymentRequest,StopDeploymentResult> asyncHandler) |
Future<StopDeploymentResult> |
AmazonAppConfigAsync.stopDeploymentAsync(StopDeploymentRequest stopDeploymentRequest,
AsyncHandler<StopDeploymentRequest,StopDeploymentResult> asyncHandler)
Stops a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
StopDeploymentResult |
StopDeploymentResult.clone() |
StopDeploymentResult |
StopDeploymentResult.withApplicationId(String applicationId)
The ID of the application that was deployed.
|
StopDeploymentResult |
StopDeploymentResult.withAppliedExtensions(AppliedExtension... appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
StopDeploymentResult |
StopDeploymentResult.withAppliedExtensions(Collection<AppliedExtension> appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
StopDeploymentResult |
StopDeploymentResult.withCompletedAt(Date completedAt)
The time the deployment completed.
|
StopDeploymentResult |
StopDeploymentResult.withConfigurationLocationUri(String configurationLocationUri)
Information about the source location of the configuration.
|
StopDeploymentResult |
StopDeploymentResult.withConfigurationName(String configurationName)
The name of the configuration.
|
StopDeploymentResult |
StopDeploymentResult.withConfigurationProfileId(String configurationProfileId)
The ID of the configuration profile that was deployed.
|
StopDeploymentResult |
StopDeploymentResult.withConfigurationVersion(String configurationVersion)
The configuration version that was deployed.
|
StopDeploymentResult |
StopDeploymentResult.withDeploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time the deployment lasted.
|
StopDeploymentResult |
StopDeploymentResult.withDeploymentNumber(Integer deploymentNumber)
The sequence number of the deployment.
|
StopDeploymentResult |
StopDeploymentResult.withDeploymentStrategyId(String deploymentStrategyId)
The ID of the deployment strategy that was deployed.
|
StopDeploymentResult |
StopDeploymentResult.withDescription(String description)
The description of the deployment.
|
StopDeploymentResult |
StopDeploymentResult.withEnvironmentId(String environmentId)
The ID of the environment that was deployed.
|
StopDeploymentResult |
StopDeploymentResult.withEventLog(Collection<DeploymentEvent> eventLog)
A list containing all events related to a deployment.
|
StopDeploymentResult |
StopDeploymentResult.withEventLog(DeploymentEvent... eventLog)
A list containing all events related to a deployment.
|
StopDeploymentResult |
StopDeploymentResult.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.
|
StopDeploymentResult |
StopDeploymentResult.withGrowthFactor(Float growthFactor)
The percentage of targets to receive a deployed configuration during each interval.
|
StopDeploymentResult |
StopDeploymentResult.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
StopDeploymentResult |
StopDeploymentResult.withGrowthType(String growthType)
The algorithm used to define how percentage grew over time.
|
StopDeploymentResult |
StopDeploymentResult.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name of the Key Management Service key used to encrypt configuration data.
|
StopDeploymentResult |
StopDeploymentResult.withKmsKeyIdentifier(String kmsKeyIdentifier)
The KMS key identifier (key ID, key alias, or key ARN).
|
StopDeploymentResult |
StopDeploymentResult.withPercentageComplete(Float percentageComplete)
The percentage of targets for which the deployment is available.
|
StopDeploymentResult |
StopDeploymentResult.withStartedAt(Date startedAt)
The time the deployment started.
|
StopDeploymentResult |
StopDeploymentResult.withState(DeploymentState state)
The state of the deployment.
|
StopDeploymentResult |
StopDeploymentResult.withState(String state)
The state of the deployment.
|
Copyright © 2023. All rights reserved.