Uses of Class
com.amazonaws.services.codedeploy.model.DeleteDeploymentGroupResult
-
Packages that use DeleteDeploymentGroupResult Package Description com.amazonaws.services.codedeploy com.amazonaws.services.codedeploy.model -
-
Uses of DeleteDeploymentGroupResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return DeleteDeploymentGroupResult Modifier and Type Method Description DeleteDeploymentGroupResultAbstractAmazonCodeDeploy. deleteDeploymentGroup(DeleteDeploymentGroupRequest request)DeleteDeploymentGroupResultAmazonCodeDeploy. deleteDeploymentGroup(DeleteDeploymentGroupRequest deleteDeploymentGroupRequest)Deletes a deployment group.DeleteDeploymentGroupResultAmazonCodeDeployClient. deleteDeploymentGroup(DeleteDeploymentGroupRequest deleteDeploymentGroupRequest)Deletes a deployment group.Method parameters in com.amazonaws.services.codedeploy with type arguments of type DeleteDeploymentGroupResult Modifier and Type Method Description Future<DeleteDeploymentGroupResult>AbstractAmazonCodeDeployAsync. deleteDeploymentGroupAsync(DeleteDeploymentGroupRequest request, AsyncHandler<DeleteDeploymentGroupRequest,DeleteDeploymentGroupResult> asyncHandler)Future<DeleteDeploymentGroupResult>AmazonCodeDeployAsync. deleteDeploymentGroupAsync(DeleteDeploymentGroupRequest deleteDeploymentGroupRequest, AsyncHandler<DeleteDeploymentGroupRequest,DeleteDeploymentGroupResult> asyncHandler)Deletes a deployment group.Future<DeleteDeploymentGroupResult>AmazonCodeDeployAsyncClient. deleteDeploymentGroupAsync(DeleteDeploymentGroupRequest request, AsyncHandler<DeleteDeploymentGroupRequest,DeleteDeploymentGroupResult> asyncHandler) -
Uses of DeleteDeploymentGroupResult in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return DeleteDeploymentGroupResult Modifier and Type Method Description DeleteDeploymentGroupResultDeleteDeploymentGroupResult. clone()DeleteDeploymentGroupResultDeleteDeploymentGroupResult. 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 Amazon EC2 instances in the Auto Scaling group.DeleteDeploymentGroupResultDeleteDeploymentGroupResult. 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 Amazon EC2 instances in the Auto Scaling group.
-