Uses of Class
software.amazon.awssdk.services.devopsguru.model.DescribeAccountHealthResponse
-
Packages that use DescribeAccountHealthResponse Package Description software.amazon.awssdk.services.devopsguru Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical operational applications. -
-
Uses of DescribeAccountHealthResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return DescribeAccountHealthResponse Modifier and Type Method Description default DescribeAccountHealthResponseDevOpsGuruClient. describeAccountHealth(Consumer<DescribeAccountHealthRequest.Builder> describeAccountHealthRequest)Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account.default DescribeAccountHealthResponseDevOpsGuruClient. describeAccountHealth(DescribeAccountHealthRequest describeAccountHealthRequest)Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type DescribeAccountHealthResponse Modifier and Type Method Description default CompletableFuture<DescribeAccountHealthResponse>DevOpsGuruAsyncClient. describeAccountHealth(Consumer<DescribeAccountHealthRequest.Builder> describeAccountHealthRequest)Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account.default CompletableFuture<DescribeAccountHealthResponse>DevOpsGuruAsyncClient. describeAccountHealth(DescribeAccountHealthRequest describeAccountHealthRequest)Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account.
-