Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
DeploymentGroupInfo |
DeploymentGroupInfo.clone() |
DeploymentGroupInfo |
GetDeploymentGroupResult.getDeploymentGroupInfo()
Information about the deployment group.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withAlarmConfiguration(AlarmConfiguration alarmConfiguration)
A list of alarms associated with the deployment group.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withApplicationName(String applicationName)
The application name.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withAutoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Information about the automatic rollback configuration associated with the deployment group.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
A list of associated Auto Scaling groups.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
A list of associated Auto Scaling groups.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withDeploymentConfigName(String deploymentConfigName)
The deployment configuration name.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withDeploymentGroupId(String deploymentGroupId)
The deployment group ID.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withDeploymentGroupName(String deploymentGroupName)
The deployment group name.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
The Amazon EC2 tags on which to filter.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withEc2TagFilters(EC2TagFilter... ec2TagFilters)
The Amazon EC2 tags on which to filter.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withOnPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withOnPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withServiceRoleArn(String serviceRoleArn)
A service role ARN.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withTargetRevision(RevisionLocation targetRevision)
Information about the deployment group's target revision, including type and location.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers associated with the deployment group.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withTriggerConfigurations(TriggerConfig... triggerConfigurations)
Information about triggers associated with the deployment group.
|
Modifier and Type | Method and Description |
---|---|
List<DeploymentGroupInfo> |
BatchGetDeploymentGroupsResult.getDeploymentGroupsInfo()
Information about the deployment groups.
|
Modifier and Type | Method and Description |
---|---|
void |
GetDeploymentGroupResult.setDeploymentGroupInfo(DeploymentGroupInfo deploymentGroupInfo)
Information about the deployment group.
|
GetDeploymentGroupResult |
GetDeploymentGroupResult.withDeploymentGroupInfo(DeploymentGroupInfo deploymentGroupInfo)
Information about the deployment group.
|
BatchGetDeploymentGroupsResult |
BatchGetDeploymentGroupsResult.withDeploymentGroupsInfo(DeploymentGroupInfo... deploymentGroupsInfo)
Information about the deployment groups.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchGetDeploymentGroupsResult.setDeploymentGroupsInfo(Collection<DeploymentGroupInfo> deploymentGroupsInfo)
Information about the deployment groups.
|
BatchGetDeploymentGroupsResult |
BatchGetDeploymentGroupsResult.withDeploymentGroupsInfo(Collection<DeploymentGroupInfo> deploymentGroupsInfo)
Information about the deployment groups.
|
Copyright © 2016. All rights reserved.