| 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 GetDeploymentStrategyResponse |
AppConfigClient.getDeploymentStrategy(Consumer<GetDeploymentStrategyRequest.Builder> getDeploymentStrategyRequest)
Retrieves information about a deployment strategy.
|
default CompletableFuture<GetDeploymentStrategyResponse> |
AppConfigAsyncClient.getDeploymentStrategy(Consumer<GetDeploymentStrategyRequest.Builder> getDeploymentStrategyRequest)
Retrieves information about a deployment strategy.
|
| Modifier and Type | Method and Description |
|---|---|
static GetDeploymentStrategyRequest.Builder |
GetDeploymentStrategyRequest.builder() |
GetDeploymentStrategyRequest.Builder |
GetDeploymentStrategyRequest.Builder.deploymentStrategyId(String deploymentStrategyId)
The ID of the deployment strategy to get.
|
GetDeploymentStrategyRequest.Builder |
GetDeploymentStrategyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDeploymentStrategyRequest.Builder |
GetDeploymentStrategyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDeploymentStrategyRequest.Builder |
GetDeploymentStrategyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeploymentStrategyRequest.Builder> |
GetDeploymentStrategyRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.