| 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<StartDeploymentResult> |
AbstractAmazonAppConfigAsync.startDeploymentAsync(StartDeploymentRequest request,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler) |
Future<StartDeploymentResult> |
AmazonAppConfigAsyncClient.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.addTagsEntry(String key,
String value)
Add a single Tags entry
|
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.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 © 2023. All rights reserved.