Package | Description |
---|---|
com.amazonaws.services.codedeploy |
Synchronous and asynchronous client classes for accessing AmazonCodeDeploy.
|
com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
Modifier and Type | Method and Description |
---|---|
CreateDeploymentGroupResult |
AmazonCodeDeployClient.createDeploymentGroup(CreateDeploymentGroupRequest createDeploymentGroupRequest)
Creates a new deployment group for application revisions to be
deployed to.
|
CreateDeploymentGroupResult |
AmazonCodeDeploy.createDeploymentGroup(CreateDeploymentGroupRequest createDeploymentGroupRequest)
Creates a new deployment group for application revisions to be
deployed to.
|
Future<CreateDeploymentGroupResult> |
AmazonCodeDeployAsyncClient.createDeploymentGroupAsync(CreateDeploymentGroupRequest createDeploymentGroupRequest)
Creates a new deployment group for application revisions to be
deployed to.
|
Future<CreateDeploymentGroupResult> |
AmazonCodeDeployAsync.createDeploymentGroupAsync(CreateDeploymentGroupRequest createDeploymentGroupRequest)
Creates a new deployment group for application revisions to be
deployed to.
|
Future<CreateDeploymentGroupResult> |
AmazonCodeDeployAsyncClient.createDeploymentGroupAsync(CreateDeploymentGroupRequest createDeploymentGroupRequest,
AsyncHandler<CreateDeploymentGroupRequest,CreateDeploymentGroupResult> asyncHandler)
Creates a new deployment group for application revisions to be
deployed to.
|
Future<CreateDeploymentGroupResult> |
AmazonCodeDeployAsync.createDeploymentGroupAsync(CreateDeploymentGroupRequest createDeploymentGroupRequest,
AsyncHandler<CreateDeploymentGroupRequest,CreateDeploymentGroupResult> asyncHandler)
Creates a new deployment group for application revisions to be
deployed to.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateDeploymentGroupResult> |
AmazonCodeDeployAsyncClient.createDeploymentGroupAsync(CreateDeploymentGroupRequest createDeploymentGroupRequest,
AsyncHandler<CreateDeploymentGroupRequest,CreateDeploymentGroupResult> asyncHandler)
Creates a new deployment group for application revisions to be
deployed to.
|
Future<CreateDeploymentGroupResult> |
AmazonCodeDeployAsync.createDeploymentGroupAsync(CreateDeploymentGroupRequest createDeploymentGroupRequest,
AsyncHandler<CreateDeploymentGroupRequest,CreateDeploymentGroupResult> asyncHandler)
Creates a new deployment group for application revisions to be
deployed to.
|
Modifier and Type | Method and Description |
---|---|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withApplicationName(String applicationName)
The name of an existing AWS CodeDeploy application within the AWS user
account.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withAutoScalingGroups(Collection<String> autoScalingGroups)
A list of associated Auto Scaling groups.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withAutoScalingGroups(String... autoScalingGroups)
A list of associated Auto Scaling groups.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withDeploymentConfigName(String deploymentConfigName)
If specified, the deployment configuration name must be one of the
predefined values, or it can be a custom deployment configuration:
CodeDeployDefault.AllAtOnce deploys an application revision
to up to all of the Amazon EC2 instances at once.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withDeploymentGroupName(String deploymentGroupName)
The name of an existing deployment group for the specified
application.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
The Amazon EC2 tags to filter on.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withEc2TagFilters(EC2TagFilter... ec2TagFilters)
The Amazon EC2 tags to filter on.
|
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.
|
Copyright © 2014. All rights reserved.