DeploymentGroupInfo |
DeploymentGroupInfo.clone() |
|
DeploymentGroupInfo |
GetDeploymentGroupResult.getDeploymentGroupInfo() |
Information about the deployment group.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withApplicationName(String applicationName) |
The application name.
|
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(EC2TagFilter... ec2TagFilters) |
The Amazon EC2 tags on which to filter.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters) |
The Amazon EC2 tags on which to filter.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withOnPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters) |
The on-premises instance tags on which to filter.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withOnPremisesInstanceTagFilters(Collection<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(TriggerConfig... triggerConfigurations) |
A list of associated triggers.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations) |
A list of associated triggers.
|