Uses of Class
com.amazonaws.services.codedeploy.model.UpdateDeploymentGroupResult
Packages that use UpdateDeploymentGroupResult
-
Uses of UpdateDeploymentGroupResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return UpdateDeploymentGroupResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.updateDeploymentGroup
(UpdateDeploymentGroupRequest request) AmazonCodeDeploy.updateDeploymentGroup
(UpdateDeploymentGroupRequest updateDeploymentGroupRequest) Changes information about a deployment group.AmazonCodeDeployClient.updateDeploymentGroup
(UpdateDeploymentGroupRequest updateDeploymentGroupRequest) Changes information about a deployment group.Methods in com.amazonaws.services.codedeploy that return types with arguments of type UpdateDeploymentGroupResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.updateDeploymentGroupAsync
(UpdateDeploymentGroupRequest request) AbstractAmazonCodeDeployAsync.updateDeploymentGroupAsync
(UpdateDeploymentGroupRequest request, AsyncHandler<UpdateDeploymentGroupRequest, UpdateDeploymentGroupResult> asyncHandler) AmazonCodeDeployAsync.updateDeploymentGroupAsync
(UpdateDeploymentGroupRequest updateDeploymentGroupRequest) Changes information about a deployment group.AmazonCodeDeployAsync.updateDeploymentGroupAsync
(UpdateDeploymentGroupRequest updateDeploymentGroupRequest, AsyncHandler<UpdateDeploymentGroupRequest, UpdateDeploymentGroupResult> asyncHandler) Changes information about a deployment group.AmazonCodeDeployAsyncClient.updateDeploymentGroupAsync
(UpdateDeploymentGroupRequest request) AmazonCodeDeployAsyncClient.updateDeploymentGroupAsync
(UpdateDeploymentGroupRequest request, AsyncHandler<UpdateDeploymentGroupRequest, UpdateDeploymentGroupResult> asyncHandler) Method parameters in com.amazonaws.services.codedeploy with type arguments of type UpdateDeploymentGroupResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.updateDeploymentGroupAsync
(UpdateDeploymentGroupRequest request, AsyncHandler<UpdateDeploymentGroupRequest, UpdateDeploymentGroupResult> asyncHandler) AmazonCodeDeployAsync.updateDeploymentGroupAsync
(UpdateDeploymentGroupRequest updateDeploymentGroupRequest, AsyncHandler<UpdateDeploymentGroupRequest, UpdateDeploymentGroupResult> asyncHandler) Changes information about a deployment group.AmazonCodeDeployAsyncClient.updateDeploymentGroupAsync
(UpdateDeploymentGroupRequest request, AsyncHandler<UpdateDeploymentGroupRequest, UpdateDeploymentGroupResult> asyncHandler) -
Uses of UpdateDeploymentGroupResult in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return UpdateDeploymentGroupResultModifier and TypeMethodDescriptionUpdateDeploymentGroupResult.clone()
UpdateDeploymentGroupResult.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 AWS account.UpdateDeploymentGroupResult.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 AWS account.