Package | Description |
---|---|
com.amazonaws.services.codedeploy.model | |
com.amazonaws.services.codedeploy.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<AutoScalingGroup> |
DeploymentGroupInfo.autoScalingGroups
A list of associated Auto Scaling groups.
|
private SdkInternalList<AutoScalingGroup> |
UpdateDeploymentGroupResult.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.
|
private SdkInternalList<AutoScalingGroup> |
DeleteDeploymentGroupResult.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.
|
Modifier and Type | Method and Description |
---|---|
AutoScalingGroup |
AutoScalingGroup.clone() |
AutoScalingGroup |
AutoScalingGroup.withHook(java.lang.String hook)
An Auto Scaling lifecycle event hook name.
|
AutoScalingGroup |
AutoScalingGroup.withName(java.lang.String name)
The Auto Scaling group name.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AutoScalingGroup> |
DeploymentGroupInfo.getAutoScalingGroups()
A list of associated Auto Scaling groups.
|
java.util.List<AutoScalingGroup> |
UpdateDeploymentGroupResult.getHooksNotCleanedUp()
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.
|
java.util.List<AutoScalingGroup> |
DeleteDeploymentGroupResult.getHooksNotCleanedUp()
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.
|
Modifier and Type | Method and Description |
---|---|
DeploymentGroupInfo |
DeploymentGroupInfo.withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
A list of associated Auto Scaling groups.
|
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
account.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentGroupInfo.setAutoScalingGroups(java.util.Collection<AutoScalingGroup> autoScalingGroups)
A list of associated Auto Scaling groups.
|
void |
UpdateDeploymentGroupResult.setHooksNotCleanedUp(java.util.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.
|
void |
DeleteDeploymentGroupResult.setHooksNotCleanedUp(java.util.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.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withAutoScalingGroups(java.util.Collection<AutoScalingGroup> autoScalingGroups)
A list of associated Auto Scaling groups.
|
UpdateDeploymentGroupResult |
UpdateDeploymentGroupResult.withHooksNotCleanedUp(java.util.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.
|
DeleteDeploymentGroupResult |
DeleteDeploymentGroupResult.withHooksNotCleanedUp(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
AutoScalingGroup |
AutoScalingGroupJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AutoScalingGroupJsonMarshaller.marshall(AutoScalingGroup autoScalingGroup,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|