Package | Description |
---|---|
com.amazonaws.services.codedeploy |
CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises
instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentGroupResult |
AmazonCodeDeployClient.updateDeploymentGroup(UpdateDeploymentGroupRequest request)
Changes information about a deployment group.
|
UpdateDeploymentGroupResult |
AbstractAmazonCodeDeploy.updateDeploymentGroup(UpdateDeploymentGroupRequest request) |
UpdateDeploymentGroupResult |
AmazonCodeDeploy.updateDeploymentGroup(UpdateDeploymentGroupRequest updateDeploymentGroupRequest)
Changes information about a deployment group.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateDeploymentGroupResult> |
AmazonCodeDeployAsyncClient.updateDeploymentGroupAsync(UpdateDeploymentGroupRequest request,
AsyncHandler<UpdateDeploymentGroupRequest,UpdateDeploymentGroupResult> asyncHandler) |
Future<UpdateDeploymentGroupResult> |
AmazonCodeDeployAsync.updateDeploymentGroupAsync(UpdateDeploymentGroupRequest updateDeploymentGroupRequest,
AsyncHandler<UpdateDeploymentGroupRequest,UpdateDeploymentGroupResult> asyncHandler)
Changes information about a deployment group.
|
Future<UpdateDeploymentGroupResult> |
AbstractAmazonCodeDeployAsync.updateDeploymentGroupAsync(UpdateDeploymentGroupRequest request,
AsyncHandler<UpdateDeploymentGroupRequest,UpdateDeploymentGroupResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentGroupResult |
UpdateDeploymentGroupResult.clone() |
UpdateDeploymentGroupResult |
UpdateDeploymentGroupResult.withHooksNotCleanedUp(AutoScalingGroup... hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group,
CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon Web Services
account.
|
UpdateDeploymentGroupResult |
UpdateDeploymentGroupResult.withHooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group,
CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon Web Services
account.
|
Copyright © 2024. All rights reserved.