| Package | Description | 
|---|---|
| com.amazonaws.services.codedeploy | 
 Synchronous and asynchronous client classes for accessing AmazonCodeDeploy. 
 | 
| com.amazonaws.services.codedeploy.model | 
 Classes modeling the various types represented by AmazonCodeDeploy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateDeploymentResult | 
AmazonCodeDeployClient.createDeployment(CreateDeploymentRequest createDeploymentRequest)
 Deploys an application revision to the specified deployment group. 
 | 
CreateDeploymentResult | 
AmazonCodeDeploy.createDeployment(CreateDeploymentRequest createDeploymentRequest)
 Deploys an application revision to the specified deployment group. 
 | 
Future<CreateDeploymentResult> | 
AmazonCodeDeployAsyncClient.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest)
 Deploys an application revision to the specified deployment group. 
 | 
Future<CreateDeploymentResult> | 
AmazonCodeDeployAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest)
 Deploys an application revision to the specified deployment group. 
 | 
Future<CreateDeploymentResult> | 
AmazonCodeDeployAsyncClient.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
                     AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
 Deploys an application revision to the specified deployment group. 
 | 
Future<CreateDeploymentResult> | 
AmazonCodeDeployAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
                     AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
 Deploys an application revision to the specified deployment group. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateDeploymentResult> | 
AmazonCodeDeployAsyncClient.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
                     AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
 Deploys an application revision to the specified deployment group. 
 | 
Future<CreateDeploymentResult> | 
AmazonCodeDeployAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
                     AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
 Deploys an application revision to the specified deployment group. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateDeploymentRequest | 
CreateDeploymentRequest.clone()  | 
CreateDeploymentRequest | 
CreateDeploymentRequest.withApplicationName(String applicationName)
The name of an existing AWS CodeDeploy application within the AWS user
 account. 
 | 
CreateDeploymentRequest | 
CreateDeploymentRequest.withDeploymentConfigName(String deploymentConfigName)
The name of an existing deployment configuration within the AWS user
 account. 
 | 
CreateDeploymentRequest | 
CreateDeploymentRequest.withDeploymentGroupName(String deploymentGroupName)
The deployment group's name. 
 | 
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 fail to a specific instance, the
 deployment will not be considered to have failed to that instance at
 that point and will continue on to the BeforeInstall deployment
 lifecycle event. 
 | 
CreateDeploymentRequest | 
CreateDeploymentRequest.withRevision(RevisionLocation revision)
The type of revision to deploy, along with information about the
 revision's location. 
 | 
Copyright © 2015. All rights reserved.