| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDeploymentGroupResponse.Builder |
UpdateDeploymentGroupResponse.builder() |
UpdateDeploymentGroupResponse.Builder |
UpdateDeploymentGroupResponse.Builder.hooksNotCleanedUp(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.
|
UpdateDeploymentGroupResponse.Builder |
UpdateDeploymentGroupResponse.Builder.hooksNotCleanedUp(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.
|
UpdateDeploymentGroupResponse.Builder |
UpdateDeploymentGroupResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateDeploymentGroupResponse.Builder> |
UpdateDeploymentGroupResponse.serializableBuilderClass() |
Copyright © 2017. All rights reserved.