Uses of Class
software.amazon.awssdk.services.devopsguru.model.DescribeAccountOverviewResponse
-
Packages that use DescribeAccountOverviewResponse 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 DescribeAccountOverviewResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return DescribeAccountOverviewResponse Modifier and Type Method Description default DescribeAccountOverviewResponseDevOpsGuruClient. describeAccountOverview(Consumer<DescribeAccountOverviewRequest.Builder> describeAccountOverviewRequest)For the time range passed in, returns the number of open reactive insight that were created, the number of open proactive insights that were created, and the Mean Time to Recover (MTTR) for all closed reactive insights.default DescribeAccountOverviewResponseDevOpsGuruClient. describeAccountOverview(DescribeAccountOverviewRequest describeAccountOverviewRequest)For the time range passed in, returns the number of open reactive insight that were created, the number of open proactive insights that were created, and the Mean Time to Recover (MTTR) for all closed reactive insights.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type DescribeAccountOverviewResponse Modifier and Type Method Description default CompletableFuture<DescribeAccountOverviewResponse>DevOpsGuruAsyncClient. describeAccountOverview(Consumer<DescribeAccountOverviewRequest.Builder> describeAccountOverviewRequest)For the time range passed in, returns the number of open reactive insight that were created, the number of open proactive insights that were created, and the Mean Time to Recover (MTTR) for all closed reactive insights.default CompletableFuture<DescribeAccountOverviewResponse>DevOpsGuruAsyncClient. describeAccountOverview(DescribeAccountOverviewRequest describeAccountOverviewRequest)For the time range passed in, returns the number of open reactive insight that were created, the number of open proactive insights that were created, and the Mean Time to Recover (MTTR) for all closed reactive insights.
-