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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
CreateDeploymentGroupResult |
CreateDeploymentGroupResult.withDeploymentGroupId(String deploymentGroupId)
A unique deployment group ID.
|
Copyright © 2015. All rights reserved.