Package | Description |
---|---|
com.amazonaws.services.codedeploy |
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
GetDeploymentTargetResult |
AmazonCodeDeployClient.getDeploymentTarget(GetDeploymentTargetRequest request)
Returns information about a deployment target.
|
GetDeploymentTargetResult |
AmazonCodeDeploy.getDeploymentTarget(GetDeploymentTargetRequest getDeploymentTargetRequest)
Returns information about a deployment target.
|
GetDeploymentTargetResult |
AbstractAmazonCodeDeploy.getDeploymentTarget(GetDeploymentTargetRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<GetDeploymentTargetResult> |
AmazonCodeDeployAsync.getDeploymentTargetAsync(GetDeploymentTargetRequest getDeploymentTargetRequest,
AsyncHandler<GetDeploymentTargetRequest,GetDeploymentTargetResult> asyncHandler)
Returns information about a deployment target.
|
Future<GetDeploymentTargetResult> |
AbstractAmazonCodeDeployAsync.getDeploymentTargetAsync(GetDeploymentTargetRequest request,
AsyncHandler<GetDeploymentTargetRequest,GetDeploymentTargetResult> asyncHandler) |
Future<GetDeploymentTargetResult> |
AmazonCodeDeployAsyncClient.getDeploymentTargetAsync(GetDeploymentTargetRequest request,
AsyncHandler<GetDeploymentTargetRequest,GetDeploymentTargetResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetDeploymentTargetResult |
GetDeploymentTargetResult.clone() |
GetDeploymentTargetResult |
GetDeploymentTargetResult.withDeploymentTarget(DeploymentTarget deploymentTarget)
A deployment target that contains information about a deployment such as its status, lifecycle events, and when
it was last updated.
|
Copyright © 2021. All rights reserved.