Package | Description |
---|---|
com.amazonaws.services.codedeploy |
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentResult |
AmazonCodeDeployClient.createDeployment(CreateDeploymentRequest request)
Deploys an application revision through the specified deployment group.
|
CreateDeploymentResult |
AmazonCodeDeploy.createDeployment(CreateDeploymentRequest createDeploymentRequest)
Deploys an application revision through the specified deployment group.
|
CreateDeploymentResult |
AbstractAmazonCodeDeploy.createDeployment(CreateDeploymentRequest request) |
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 |
---|---|
CreateDeploymentResult |
CreateDeploymentResult.clone() |
CreateDeploymentResult |
CreateDeploymentResult.withDeploymentId(String deploymentId)
The unique ID of a deployment.
|
Copyright © 2021. All rights reserved.