| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDeploymentStrategyResponse |
AppConfigClient.createDeploymentStrategy(Consumer<CreateDeploymentStrategyRequest.Builder> createDeploymentStrategyRequest)
Creates a deployment strategy that defines important criteria for rolling out your configuration to the
designated targets.
|
default CreateDeploymentStrategyResponse |
AppConfigClient.createDeploymentStrategy(CreateDeploymentStrategyRequest createDeploymentStrategyRequest)
Creates a deployment strategy that defines important criteria for rolling out your configuration to the
designated targets.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateDeploymentStrategyResponse> |
AppConfigAsyncClient.createDeploymentStrategy(Consumer<CreateDeploymentStrategyRequest.Builder> createDeploymentStrategyRequest)
Creates a deployment strategy that defines important criteria for rolling out your configuration to the
designated targets.
|
default CompletableFuture<CreateDeploymentStrategyResponse> |
AppConfigAsyncClient.createDeploymentStrategy(CreateDeploymentStrategyRequest createDeploymentStrategyRequest)
Creates a deployment strategy that defines important criteria for rolling out your configuration to the
designated targets.
|
Copyright © 2023. All rights reserved.