Uses of Class
com.amazonaws.services.codedeploy.model.DeploymentGroupInfo
Packages that use DeploymentGroupInfo
-
Uses of DeploymentGroupInfo in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return DeploymentGroupInfoModifier and TypeMethodDescriptionDeploymentGroupInfo.clone()
GetDeploymentGroupResult.getDeploymentGroupInfo()
Information about the deployment group.DeploymentGroupInfo.withApplicationName
(String applicationName) The application name.DeploymentGroupInfo.withAutoScalingGroups
(AutoScalingGroup... autoScalingGroups) A list of associated Auto Scaling groups.DeploymentGroupInfo.withAutoScalingGroups
(Collection<AutoScalingGroup> autoScalingGroups) A list of associated Auto Scaling groups.DeploymentGroupInfo.withDeploymentConfigName
(String deploymentConfigName) The deployment configuration name.DeploymentGroupInfo.withDeploymentGroupId
(String deploymentGroupId) The deployment group ID.DeploymentGroupInfo.withDeploymentGroupName
(String deploymentGroupName) The deployment group name.DeploymentGroupInfo.withEc2TagFilters
(EC2TagFilter... ec2TagFilters) The Amazon EC2 tags on which to filter.DeploymentGroupInfo.withEc2TagFilters
(Collection<EC2TagFilter> ec2TagFilters) The Amazon EC2 tags on which to filter.DeploymentGroupInfo.withOnPremisesInstanceTagFilters
(TagFilter... onPremisesInstanceTagFilters) The on-premises instance tags on which to filter.DeploymentGroupInfo.withOnPremisesInstanceTagFilters
(Collection<TagFilter> onPremisesInstanceTagFilters) The on-premises instance tags on which to filter.DeploymentGroupInfo.withServiceRoleArn
(String serviceRoleArn) A service role ARN.DeploymentGroupInfo.withTargetRevision
(RevisionLocation targetRevision) Information about the deployment group's target revision, including type and location.DeploymentGroupInfo.withTriggerConfigurations
(TriggerConfig... triggerConfigurations) A list of associated triggers.DeploymentGroupInfo.withTriggerConfigurations
(Collection<TriggerConfig> triggerConfigurations) A list of associated triggers.Methods in com.amazonaws.services.codedeploy.model that return types with arguments of type DeploymentGroupInfoModifier and TypeMethodDescriptionBatchGetDeploymentGroupsResult.getDeploymentGroupsInfo()
Information about the deployment groups.Methods in com.amazonaws.services.codedeploy.model with parameters of type DeploymentGroupInfoModifier and TypeMethodDescriptionvoid
GetDeploymentGroupResult.setDeploymentGroupInfo
(DeploymentGroupInfo deploymentGroupInfo) Information about the deployment group.GetDeploymentGroupResult.withDeploymentGroupInfo
(DeploymentGroupInfo deploymentGroupInfo) Information about the deployment group.BatchGetDeploymentGroupsResult.withDeploymentGroupsInfo
(DeploymentGroupInfo... deploymentGroupsInfo) Information about the deployment groups.Method parameters in com.amazonaws.services.codedeploy.model with type arguments of type DeploymentGroupInfoModifier and TypeMethodDescriptionvoid
BatchGetDeploymentGroupsResult.setDeploymentGroupsInfo
(Collection<DeploymentGroupInfo> deploymentGroupsInfo) Information about the deployment groups.BatchGetDeploymentGroupsResult.withDeploymentGroupsInfo
(Collection<DeploymentGroupInfo> deploymentGroupsInfo) Information about the deployment groups.