Uses of Class
com.amazonaws.services.codedeploy.model.CreateDeploymentGroupRequest
Packages that use CreateDeploymentGroupRequest
-
Uses of CreateDeploymentGroupRequest in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy with parameters of type CreateDeploymentGroupRequestModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.createDeploymentGroup
(CreateDeploymentGroupRequest request) AmazonCodeDeploy.createDeploymentGroup
(CreateDeploymentGroupRequest createDeploymentGroupRequest) Creates a deployment group to which application revisions will be deployed.AmazonCodeDeployClient.createDeploymentGroup
(CreateDeploymentGroupRequest createDeploymentGroupRequest) Creates a deployment group to which application revisions will be deployed.AbstractAmazonCodeDeployAsync.createDeploymentGroupAsync
(CreateDeploymentGroupRequest request) AbstractAmazonCodeDeployAsync.createDeploymentGroupAsync
(CreateDeploymentGroupRequest request, AsyncHandler<CreateDeploymentGroupRequest, CreateDeploymentGroupResult> asyncHandler) AmazonCodeDeployAsync.createDeploymentGroupAsync
(CreateDeploymentGroupRequest createDeploymentGroupRequest) Creates a deployment group to which application revisions will be deployed.AmazonCodeDeployAsync.createDeploymentGroupAsync
(CreateDeploymentGroupRequest createDeploymentGroupRequest, AsyncHandler<CreateDeploymentGroupRequest, CreateDeploymentGroupResult> asyncHandler) Creates a deployment group to which application revisions will be deployed.AmazonCodeDeployAsyncClient.createDeploymentGroupAsync
(CreateDeploymentGroupRequest request) AmazonCodeDeployAsyncClient.createDeploymentGroupAsync
(CreateDeploymentGroupRequest request, AsyncHandler<CreateDeploymentGroupRequest, CreateDeploymentGroupResult> asyncHandler) Method parameters in com.amazonaws.services.codedeploy with type arguments of type CreateDeploymentGroupRequestModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.createDeploymentGroupAsync
(CreateDeploymentGroupRequest request, AsyncHandler<CreateDeploymentGroupRequest, CreateDeploymentGroupResult> asyncHandler) AmazonCodeDeployAsync.createDeploymentGroupAsync
(CreateDeploymentGroupRequest createDeploymentGroupRequest, AsyncHandler<CreateDeploymentGroupRequest, CreateDeploymentGroupResult> asyncHandler) Creates a deployment group to which application revisions will be deployed.AmazonCodeDeployAsyncClient.createDeploymentGroupAsync
(CreateDeploymentGroupRequest request, AsyncHandler<CreateDeploymentGroupRequest, CreateDeploymentGroupResult> asyncHandler) -
Uses of CreateDeploymentGroupRequest in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return CreateDeploymentGroupRequestModifier and TypeMethodDescriptionCreateDeploymentGroupRequest.clone()
CreateDeploymentGroupRequest.withApplicationName
(String applicationName) The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.CreateDeploymentGroupRequest.withAutoScalingGroups
(String... autoScalingGroups) A list of associated Auto Scaling groups.CreateDeploymentGroupRequest.withAutoScalingGroups
(Collection<String> autoScalingGroups) A list of associated Auto Scaling groups.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.withDeploymentGroupName
(String deploymentGroupName) The name of a new deployment group for the specified application.CreateDeploymentGroupRequest.withEc2TagFilters
(EC2TagFilter... ec2TagFilters) The Amazon EC2 tags on which to filter.CreateDeploymentGroupRequest.withEc2TagFilters
(Collection<EC2TagFilter> ec2TagFilters) The Amazon EC2 tags on which to filter.CreateDeploymentGroupRequest.withOnPremisesInstanceTagFilters
(TagFilter... onPremisesInstanceTagFilters) The on-premises instance tags on which to filter.CreateDeploymentGroupRequest.withOnPremisesInstanceTagFilters
(Collection<TagFilter> onPremisesInstanceTagFilters) The on-premises instance tags on which to filter.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.withTriggerConfigurations
(TriggerConfig... triggerConfigurations) Information about triggers to create when the deployment group is created.CreateDeploymentGroupRequest.withTriggerConfigurations
(Collection<TriggerConfig> triggerConfigurations) Information about triggers to create when the deployment group is created.