Uses of Class
software.amazon.awssdk.services.codedeploy.model.ListDeploymentTargetsResponse
-
Packages that use ListDeploymentTargetsResponse 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 ListDeploymentTargetsResponse in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return ListDeploymentTargetsResponse Modifier and Type Method Description default ListDeploymentTargetsResponseCodeDeployClient. listDeploymentTargets(Consumer<ListDeploymentTargetsRequest.Builder> listDeploymentTargetsRequest)Returns an array of target IDs that are associated a deployment.default ListDeploymentTargetsResponseCodeDeployClient. listDeploymentTargets(ListDeploymentTargetsRequest listDeploymentTargetsRequest)Returns an array of target IDs that are associated a deployment.Methods in software.amazon.awssdk.services.codedeploy that return types with arguments of type ListDeploymentTargetsResponse Modifier and Type Method Description default CompletableFuture<ListDeploymentTargetsResponse>CodeDeployAsyncClient. listDeploymentTargets(Consumer<ListDeploymentTargetsRequest.Builder> listDeploymentTargetsRequest)Returns an array of target IDs that are associated a deployment.default CompletableFuture<ListDeploymentTargetsResponse>CodeDeployAsyncClient. listDeploymentTargets(ListDeploymentTargetsRequest listDeploymentTargetsRequest)Returns an array of target IDs that are associated a deployment.
-