Package | Description |
---|---|
com.amazonaws.services.codedeploy |
CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises
instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
GetDeploymentTargetResult |
AbstractAmazonCodeDeploy.getDeploymentTarget(GetDeploymentTargetRequest request) |
GetDeploymentTargetResult |
AmazonCodeDeployClient.getDeploymentTarget(GetDeploymentTargetRequest request)
Returns information about a deployment target.
|
GetDeploymentTargetResult |
AmazonCodeDeploy.getDeploymentTarget(GetDeploymentTargetRequest getDeploymentTargetRequest)
Returns information about a deployment target.
|
Modifier and Type | Method and Description |
---|---|
Future<GetDeploymentTargetResult> |
AmazonCodeDeployAsyncClient.getDeploymentTargetAsync(GetDeploymentTargetRequest request,
AsyncHandler<GetDeploymentTargetRequest,GetDeploymentTargetResult> asyncHandler) |
Future<GetDeploymentTargetResult> |
AbstractAmazonCodeDeployAsync.getDeploymentTargetAsync(GetDeploymentTargetRequest request,
AsyncHandler<GetDeploymentTargetRequest,GetDeploymentTargetResult> asyncHandler) |
Future<GetDeploymentTargetResult> |
AmazonCodeDeployAsync.getDeploymentTargetAsync(GetDeploymentTargetRequest getDeploymentTargetRequest,
AsyncHandler<GetDeploymentTargetRequest,GetDeploymentTargetResult> asyncHandler)
Returns information about a deployment target.
|
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 © 2022. All rights reserved.