Package | Description |
---|---|
com.amazonaws.services.codedeploy | |
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateDeploymentResult> |
AmazonCodeDeployAsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
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) |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentRequest |
CreateDeploymentRequest.clone() |
CreateDeploymentRequest |
CreateDeploymentRequest.withApplicationName(String applicationName)
The name of an AWS CodeDeploy application associated with the applicable
IAM user or AWS account.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withDeploymentConfigName(String deploymentConfigName)
The name of a deployment configuration associated with the applicable 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.withIgnoreApplicationStopFailures(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 will not be considered to have failed at that point and will
continue on to the BeforeInstall deployment lifecycle event.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withRevision(RevisionLocation revision)
The type and location of the revision to deploy.
|
Copyright © 2017. All rights reserved.