| 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<StartDeploymentResult> |
AmazonAppConfigAsyncClient.startDeploymentAsync(StartDeploymentRequest request,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler) |
Future<StartDeploymentResult> |
AbstractAmazonAppConfigAsync.startDeploymentAsync(StartDeploymentRequest request,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler) |
Future<StartDeploymentResult> |
AmazonAppConfigAsync.startDeploymentAsync(StartDeploymentRequest startDeploymentRequest,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler)
Starts a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
StartDeploymentRequest |
StartDeploymentRequest.addDynamicExtensionParametersEntry(String key,
String value)
Add a single DynamicExtensionParameters entry
|
StartDeploymentRequest |
StartDeploymentRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartDeploymentRequest |
StartDeploymentRequest.clearDynamicExtensionParametersEntries()
Removes all the entries added into DynamicExtensionParameters.
|
StartDeploymentRequest |
StartDeploymentRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
StartDeploymentRequest |
StartDeploymentRequest.clone() |
StartDeploymentRequest |
StartDeploymentRequest.withApplicationId(String applicationId)
The application ID.
|
StartDeploymentRequest |
StartDeploymentRequest.withConfigurationProfileId(String configurationProfileId)
The configuration profile ID.
|
StartDeploymentRequest |
StartDeploymentRequest.withConfigurationVersion(String configurationVersion)
The configuration version to deploy.
|
StartDeploymentRequest |
StartDeploymentRequest.withDeploymentStrategyId(String deploymentStrategyId)
The deployment strategy ID.
|
StartDeploymentRequest |
StartDeploymentRequest.withDescription(String description)
A description of the deployment.
|
StartDeploymentRequest |
StartDeploymentRequest.withDynamicExtensionParameters(Map<String,String> dynamicExtensionParameters)
A map of dynamic extension parameter names to values to pass to associated extensions with
PRE_START_DEPLOYMENT actions. |
StartDeploymentRequest |
StartDeploymentRequest.withEnvironmentId(String environmentId)
The environment ID.
|
StartDeploymentRequest |
StartDeploymentRequest.withKmsKeyIdentifier(String kmsKeyIdentifier)
The KMS key identifier (key ID, key alias, or key ARN).
|
StartDeploymentRequest |
StartDeploymentRequest.withTags(Map<String,String> tags)
Metadata to assign to the deployment.
|
Copyright © 2024. All rights reserved.