CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.clone() |
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withApplicationName(String applicationName) |
The name of an AWS CodeDeploy application associated with the applicable
IAM user or AWS account.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withAutoScalingGroups(String... autoScalingGroups) |
A list of associated Auto Scaling groups.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withAutoScalingGroups(Collection<String> autoScalingGroups) |
A list of associated Auto Scaling groups.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withDeploymentConfigName(String deploymentConfigName) |
If specified, the deployment configuration name can be either one of the
predefined configurations provided with AWS CodeDeploy or a custom
deployment configuration that you create by calling the create deployment
configuration operation.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withDeploymentGroupName(String deploymentGroupName) |
The name of a new deployment group for the specified application.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withEc2TagFilters(EC2TagFilter... ec2TagFilters) |
The Amazon EC2 tags on which to filter.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters) |
The Amazon EC2 tags on which to filter.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withOnPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters) |
The on-premises instance tags on which to filter.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withOnPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters) |
The on-premises instance tags on which to filter.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withServiceRoleArn(String serviceRoleArn) |
A service role ARN that allows AWS CodeDeploy to act on the user's behalf
when interacting with AWS services.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withTriggerConfigurations(TriggerConfig... triggerConfigurations) |
Information about triggers to create when the deployment group is
created.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations) |
Information about triggers to create when the deployment group is
created.
|