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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
CreateDeploymentResult |
CreateDeploymentResult.withDeploymentId(String deploymentId)
A unique deployment ID.
|
Copyright © 2015. All rights reserved.