| 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 |
|---|---|
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 |
|---|---|
StopDeploymentRequest |
StopDeploymentRequest.clone() |
StopDeploymentRequest |
StopDeploymentRequest.withApplicationId(String applicationId)
The application ID.
|
StopDeploymentRequest |
StopDeploymentRequest.withDeploymentNumber(Integer deploymentNumber)
The sequence number of the deployment.
|
StopDeploymentRequest |
StopDeploymentRequest.withEnvironmentId(String environmentId)
The environment ID.
|
Copyright © 2023. All rights reserved.