Package | Description |
---|---|
com.amazonaws.services.codedeploy |
Synchronous and asynchronous client classes for accessing AmazonCodeDeploy.
|
com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentGroupResult |
AmazonCodeDeployClient.updateDeploymentGroup(UpdateDeploymentGroupRequest updateDeploymentGroupRequest)
Changes information about an existing deployment group.
|
UpdateDeploymentGroupResult |
AmazonCodeDeploy.updateDeploymentGroup(UpdateDeploymentGroupRequest updateDeploymentGroupRequest)
Changes information about an existing deployment group.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateDeploymentGroupResult> |
AmazonCodeDeployAsyncClient.updateDeploymentGroupAsync(UpdateDeploymentGroupRequest updateDeploymentGroupRequest)
Changes information about an existing deployment group.
|
Future<UpdateDeploymentGroupResult> |
AmazonCodeDeployAsync.updateDeploymentGroupAsync(UpdateDeploymentGroupRequest updateDeploymentGroupRequest)
Changes information about an existing deployment group.
|
Future<UpdateDeploymentGroupResult> |
AmazonCodeDeployAsyncClient.updateDeploymentGroupAsync(UpdateDeploymentGroupRequest updateDeploymentGroupRequest,
AsyncHandler<UpdateDeploymentGroupRequest,UpdateDeploymentGroupResult> asyncHandler)
Changes information about an existing deployment group.
|
Future<UpdateDeploymentGroupResult> |
AmazonCodeDeployAsync.updateDeploymentGroupAsync(UpdateDeploymentGroupRequest updateDeploymentGroupRequest,
AsyncHandler<UpdateDeploymentGroupRequest,UpdateDeploymentGroupResult> asyncHandler)
Changes information about an existing deployment group.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateDeploymentGroupResult> |
AmazonCodeDeployAsyncClient.updateDeploymentGroupAsync(UpdateDeploymentGroupRequest updateDeploymentGroupRequest,
AsyncHandler<UpdateDeploymentGroupRequest,UpdateDeploymentGroupResult> asyncHandler)
Changes information about an existing deployment group.
|
Future<UpdateDeploymentGroupResult> |
AmazonCodeDeployAsync.updateDeploymentGroupAsync(UpdateDeploymentGroupRequest updateDeploymentGroupRequest,
AsyncHandler<UpdateDeploymentGroupRequest,UpdateDeploymentGroupResult> asyncHandler)
Changes information about an existing deployment group.
|
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentGroupResult |
UpdateDeploymentGroupResult.clone() |
UpdateDeploymentGroupResult |
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 user account.
|
UpdateDeploymentGroupResult |
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 user account.
|
Copyright © 2015. All rights reserved.