| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateDeploymentResponse> |
CodeDeployAsyncClient.createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)
Deploys an application revision through the specified deployment group.
|
default CreateDeploymentResponse |
CodeDeployClient.createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)
Deploys an application revision through the specified deployment group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.applicationName(String applicationName)
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.autoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Configuration information for an automatic rollback that is added when a deployment is created.
|
default CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.autoRollbackConfiguration(Consumer<AutoRollbackConfiguration.Builder> autoRollbackConfiguration)
Configuration information for an automatic rollback that is added when a deployment is created.
|
static CreateDeploymentRequest.Builder |
CreateDeploymentRequest.builder() |
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.deploymentConfigName(String deploymentConfigName)
The name of a deployment configuration associated with the IAM user or AWS account.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.deploymentGroupName(String deploymentGroupName)
The name of the deployment group.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.description(String description)
A comment about the deployment.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.fileExistsBehavior(FileExistsBehavior fileExistsBehavior)
Information about how AWS CodeDeploy handles files that already exist in a deployment target location but
weren't part of the previous successful deployment.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.fileExistsBehavior(String fileExistsBehavior)
Information about how AWS CodeDeploy handles files that already exist in a deployment target location but
weren't part of the previous successful deployment.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.ignoreApplicationStopFailures(Boolean ignoreApplicationStopFailures)
If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance
to fail, the deployment to that instance is considered to have failed at that point and continues on to the
BeforeInstall deployment lifecycle event.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.revision(Consumer<RevisionLocation.Builder> revision)
The type and location of the revision to deploy.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.revision(RevisionLocation revision)
The type and location of the revision to deploy.
|
default CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.targetInstances(Consumer<TargetInstances.Builder> targetInstances)
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.targetInstances(TargetInstances targetInstances)
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.toBuilder() |
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.updateOutdatedInstancesOnly(Boolean updateOutdatedInstancesOnly)
Indicates whether to deploy to all instances or only to instances that are not running the latest application
revision.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDeploymentRequest.Builder> |
CreateDeploymentRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.