| 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<GetDeploymentStrategyResult> |
AmazonAppConfigAsyncClient.getDeploymentStrategyAsync(GetDeploymentStrategyRequest request,
AsyncHandler<GetDeploymentStrategyRequest,GetDeploymentStrategyResult> asyncHandler) |
Future<GetDeploymentStrategyResult> |
AbstractAmazonAppConfigAsync.getDeploymentStrategyAsync(GetDeploymentStrategyRequest request,
AsyncHandler<GetDeploymentStrategyRequest,GetDeploymentStrategyResult> asyncHandler) |
Future<GetDeploymentStrategyResult> |
AmazonAppConfigAsync.getDeploymentStrategyAsync(GetDeploymentStrategyRequest getDeploymentStrategyRequest,
AsyncHandler<GetDeploymentStrategyRequest,GetDeploymentStrategyResult> asyncHandler)
Retrieves information about a deployment strategy.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentStrategyRequest |
GetDeploymentStrategyRequest.clone() |
GetDeploymentStrategyRequest |
GetDeploymentStrategyRequest.withDeploymentStrategyId(String deploymentStrategyId)
The ID of the deployment strategy to get.
|
Copyright © 2024. All rights reserved.