Uses of Class
software.amazon.awssdk.services.codedeploy.model.GetDeploymentTargetResponse
-
Packages that use GetDeploymentTargetResponse Package Description software.amazon.awssdk.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. -
-
Uses of GetDeploymentTargetResponse in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return GetDeploymentTargetResponse Modifier and Type Method Description default GetDeploymentTargetResponseCodeDeployClient. getDeploymentTarget(Consumer<GetDeploymentTargetRequest.Builder> getDeploymentTargetRequest)Returns information about a deployment target.default GetDeploymentTargetResponseCodeDeployClient. getDeploymentTarget(GetDeploymentTargetRequest getDeploymentTargetRequest)Returns information about a deployment target.Methods in software.amazon.awssdk.services.codedeploy that return types with arguments of type GetDeploymentTargetResponse Modifier and Type Method Description default CompletableFuture<GetDeploymentTargetResponse>CodeDeployAsyncClient. getDeploymentTarget(Consumer<GetDeploymentTargetRequest.Builder> getDeploymentTargetRequest)Returns information about a deployment target.default CompletableFuture<GetDeploymentTargetResponse>CodeDeployAsyncClient. getDeploymentTarget(GetDeploymentTargetRequest getDeploymentTargetRequest)Returns information about a deployment target.
-