Package | Description |
---|---|
com.amazonaws.services.codedeploy |
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateDeploymentResult> |
AmazonCodeDeployAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Deploys an application revision through the specified deployment group.
|
Future<CreateDeploymentResult> |
AbstractAmazonCodeDeployAsync.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Future<CreateDeploymentResult> |
AmazonCodeDeployAsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentRequest |
CreateDeploymentRequest.clone() |
CreateDeploymentRequest |
CreateDeploymentRequest.withApplicationName(String applicationName)
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withAutoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Configuration information for an automatic rollback that is added when a deployment is created.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withDeploymentConfigName(String deploymentConfigName)
The name of a deployment configuration associated with the IAM user or AWS account.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withDeploymentGroupName(String deploymentGroupName)
The name of the deployment group.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withDescription(String description)
A comment about the deployment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withFileExistsBehavior(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 |
CreateDeploymentRequest.withFileExistsBehavior(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 |
CreateDeploymentRequest.withIgnoreApplicationStopFailures(Boolean ignoreApplicationStopFailures)
If true, then if an
ApplicationStop , BeforeBlockTraffic , or
AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to
the next deployment lifecycle event. |
CreateDeploymentRequest |
CreateDeploymentRequest.withRevision(RevisionLocation revision)
The type and location of the revision to deploy.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withTargetInstances(TargetInstances targetInstances)
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withUpdateOutdatedInstancesOnly(Boolean updateOutdatedInstancesOnly)
Indicates whether to deploy to all instances or only to instances that are not running the latest application
revision.
|
Copyright © 2021. All rights reserved.