| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig |
Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application
configurations.
|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
default StartDeploymentResponse |
AppConfigClient.startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)
Starts a deployment.
|
default CompletableFuture<StartDeploymentResponse> |
AppConfigAsyncClient.startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)
Starts a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.applicationId(String applicationId)
The application ID.
|
static StartDeploymentRequest.Builder |
StartDeploymentRequest.builder() |
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.configurationProfileId(String configurationProfileId)
The configuration profile ID.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.configurationVersion(String configurationVersion)
The configuration version to deploy.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.deploymentStrategyId(String deploymentStrategyId)
The deployment strategy ID.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.description(String description)
A description of the deployment.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.environmentId(String environmentId)
The environment ID.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.kmsKeyIdentifier(String kmsKeyIdentifier)
The KMS key identifier (key ID, key alias, or key ARN).
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.tags(Map<String,String> tags)
Metadata to assign to the deployment.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartDeploymentRequest.Builder> |
StartDeploymentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.