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 |
---|---|
Future<GetDeploymentTargetResult> |
AmazonCodeDeployAsyncClient.getDeploymentTargetAsync(GetDeploymentTargetRequest request,
AsyncHandler<GetDeploymentTargetRequest,GetDeploymentTargetResult> asyncHandler) |
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) |
Modifier and Type | Method and Description |
---|---|
GetDeploymentTargetRequest |
GetDeploymentTargetRequest.clone() |
GetDeploymentTargetRequest |
GetDeploymentTargetRequest.withDeploymentId(String deploymentId)
The unique ID of a deployment.
|
GetDeploymentTargetRequest |
GetDeploymentTargetRequest.withTargetId(String targetId)
The unique ID of a deployment target.
|
Copyright © 2024. All rights reserved.