Package | Description |
---|---|
com.amazonaws.services.codedeploy |
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateDeploymentGroupResult> |
AmazonCodeDeployAsync.createDeploymentGroupAsync(CreateDeploymentGroupRequest createDeploymentGroupRequest,
AsyncHandler<CreateDeploymentGroupRequest,CreateDeploymentGroupResult> asyncHandler)
Creates a deployment group to which application revisions are deployed.
|
Future<CreateDeploymentGroupResult> |
AbstractAmazonCodeDeployAsync.createDeploymentGroupAsync(CreateDeploymentGroupRequest request,
AsyncHandler<CreateDeploymentGroupRequest,CreateDeploymentGroupResult> asyncHandler) |
Future<CreateDeploymentGroupResult> |
AmazonCodeDeployAsyncClient.createDeploymentGroupAsync(CreateDeploymentGroupRequest request,
AsyncHandler<CreateDeploymentGroupRequest,CreateDeploymentGroupResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.clone() |
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withAlarmConfiguration(AlarmConfiguration alarmConfiguration)
Information to add about Amazon CloudWatch alarms when the deployment group is created.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withApplicationName(String applicationName)
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withAutoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Configuration information for an automatic rollback that is added when a deployment group is created.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withAutoScalingGroups(Collection<String> autoScalingGroups)
A list of associated Amazon EC2 Auto Scaling groups.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withAutoScalingGroups(String... autoScalingGroups)
A list of associated Amazon EC2 Auto Scaling groups.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withBlueGreenDeploymentConfiguration(BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
|
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.withDeploymentStyle(DeploymentStyle deploymentStyle)
Information about the type of deployment, in-place or blue/green, that you want to run and whether to route
deployment traffic behind a load balancer.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
The Amazon EC2 tags on which to filter.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withEc2TagFilters(EC2TagFilter... ec2TagFilters)
The Amazon EC2 tags on which to filter.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withEc2TagSet(EC2TagSet ec2TagSet)
Information about groups of tags applied to EC2 instances.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withEcsServices(Collection<ECSService> ecsServices)
The target Amazon ECS services in the deployment group.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withEcsServices(ECSService... ecsServices)
The target Amazon ECS services in the deployment group.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withLoadBalancerInfo(LoadBalancerInfo loadBalancerInfo)
Information about the load balancer used in a deployment.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withOnPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withOnPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withOnPremisesTagSet(OnPremisesTagSet onPremisesTagSet)
Information about groups of tags applied to on-premises instances.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withOutdatedInstancesStrategy(OutdatedInstancesStrategy outdatedInstancesStrategy)
Indicates what happens when new EC2 instances are launched mid-deployment and do not receive the deployed
application revision.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withOutdatedInstancesStrategy(String outdatedInstancesStrategy)
Indicates what happens when new EC2 instances are launched mid-deployment and do not receive the deployed
application revision.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withServiceRoleArn(String serviceRoleArn)
A service role Amazon Resource Name (ARN) that allows AWS CodeDeploy to act on the user's behalf when interacting
with AWS services.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withTags(Collection<Tag> tags)
The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withTags(Tag... tags)
The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers to create when the deployment group is created.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withTriggerConfigurations(TriggerConfig... triggerConfigurations)
Information about triggers to create when the deployment group is created.
|
Copyright © 2021. All rights reserved.