| 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, CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon
Web Services 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, CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon
Web Services account.
|
UpdateDeploymentGroupResponse.Builder |
UpdateDeploymentGroupResponse.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
Web Services account.
|
UpdateDeploymentGroupResponse.Builder |
UpdateDeploymentGroupResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateDeploymentGroupResponse.Builder> |
UpdateDeploymentGroupResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.