| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises
instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.
|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentConfigResponse |
CodeDeployClient.getDeploymentConfig(Consumer<GetDeploymentConfigRequest.Builder> getDeploymentConfigRequest)
Gets information about a deployment configuration.
|
default CompletableFuture<GetDeploymentConfigResponse> |
CodeDeployAsyncClient.getDeploymentConfig(Consumer<GetDeploymentConfigRequest.Builder> getDeploymentConfigRequest)
Gets information about a deployment configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static GetDeploymentConfigRequest.Builder |
GetDeploymentConfigRequest.builder() |
GetDeploymentConfigRequest.Builder |
GetDeploymentConfigRequest.Builder.deploymentConfigName(String deploymentConfigName)
The name of a deployment configuration associated with the IAM user or Amazon Web Services account.
|
GetDeploymentConfigRequest.Builder |
GetDeploymentConfigRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDeploymentConfigRequest.Builder |
GetDeploymentConfigRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDeploymentConfigRequest.Builder |
GetDeploymentConfigRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeploymentConfigRequest.Builder> |
GetDeploymentConfigRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.