| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static DeleteDeploymentGroupResponse.Builder |
DeleteDeploymentGroupResponse.builder() |
DeleteDeploymentGroupResponse.Builder |
DeleteDeploymentGroupResponse.Builder.hooksNotCleanedUp(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
EC2 instances in the Auto Scaling group.
|
DeleteDeploymentGroupResponse.Builder |
DeleteDeploymentGroupResponse.Builder.hooksNotCleanedUp(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
EC2 instances in the Auto Scaling group.
|
DeleteDeploymentGroupResponse.Builder |
DeleteDeploymentGroupResponse.Builder.hooksNotCleanedUp(Consumer<AutoScalingGroup.Builder>... 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
EC2 instances in the Auto Scaling group.
|
DeleteDeploymentGroupResponse.Builder |
DeleteDeploymentGroupResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteDeploymentGroupResponse.Builder> |
DeleteDeploymentGroupResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.