| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
AppConfig feature flags and dynamic configurations help software builders quickly and securely adjust application
behavior in production environments without full code deployments.
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeploymentResult> |
AmazonAppConfigAsyncClient.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
Future<GetDeploymentResult> |
AbstractAmazonAppConfigAsync.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
Future<GetDeploymentResult> |
AmazonAppConfigAsync.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Retrieves information about a configuration deployment.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentRequest |
GetDeploymentRequest.clone() |
GetDeploymentRequest |
GetDeploymentRequest.withApplicationId(String applicationId)
The ID of the application that includes the deployment you want to get.
|
GetDeploymentRequest |
GetDeploymentRequest.withDeploymentNumber(Integer deploymentNumber)
The sequence number of the deployment.
|
GetDeploymentRequest |
GetDeploymentRequest.withEnvironmentId(String environmentId)
The ID of the environment that includes the deployment you want to get.
|
Copyright © 2024. All rights reserved.