Package | Description |
---|---|
com.amazonaws.services.codedeploy |
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentGroupResult |
AmazonCodeDeployClient.updateDeploymentGroup(UpdateDeploymentGroupRequest request)
Changes information about a deployment group.
|
UpdateDeploymentGroupResult |
AmazonCodeDeploy.updateDeploymentGroup(UpdateDeploymentGroupRequest updateDeploymentGroupRequest)
Changes information about a deployment group.
|
UpdateDeploymentGroupResult |
AbstractAmazonCodeDeploy.updateDeploymentGroup(UpdateDeploymentGroupRequest request) |
Modifier and Type | Method and Description |
---|---|
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) |
Future<UpdateDeploymentGroupResult> |
AmazonCodeDeployAsyncClient.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,
AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS 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,
AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account.
|
Copyright © 2021. All rights reserved.