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 DeleteDeploymentGroupResult
AbstractAmazonCodeDeploy. deleteDeploymentGroup(DeleteDeploymentGroupRequest request)
DeleteDeploymentGroupResult
AmazonCodeDeploy. deleteDeploymentGroup(DeleteDeploymentGroupRequest deleteDeploymentGroupRequest)
Deletes a deployment group.DeleteDeploymentGroupResult
AmazonCodeDeployClient. 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 DeleteDeploymentGroupResult
DeleteDeploymentGroupResult. clone()
DeleteDeploymentGroupResult
DeleteDeploymentGroupResult. 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.DeleteDeploymentGroupResult
DeleteDeploymentGroupResult. 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.
-