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 |
---|---|
GetDeploymentResult |
AmazonCodeDeployClient.getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets information about a deployment.
|
GetDeploymentResult |
AmazonCodeDeploy.getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets information about a deployment.
|
Future<GetDeploymentResult> |
AmazonCodeDeployAsyncClient.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest)
Gets information about a deployment.
|
Future<GetDeploymentResult> |
AmazonCodeDeployAsync.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest)
Gets information about a deployment.
|
Future<GetDeploymentResult> |
AmazonCodeDeployAsyncClient.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Gets information about a deployment.
|
Future<GetDeploymentResult> |
AmazonCodeDeployAsync.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Gets information about a deployment.
|
Modifier and Type | Method and Description |
---|---|
Future<GetDeploymentResult> |
AmazonCodeDeployAsyncClient.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Gets information about a deployment.
|
Future<GetDeploymentResult> |
AmazonCodeDeployAsync.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Gets information about a deployment.
|
Modifier and Type | Method and Description |
---|---|
GetDeploymentRequest |
GetDeploymentRequest.withDeploymentId(String deploymentId)
An existing deployment ID within the AWS user account.
|
Copyright © 2014. All rights reserved.