Uses of Class
software.amazon.awssdk.services.devopsguru.model.DescribeResourceCollectionHealthResponse
-
Packages that use DescribeResourceCollectionHealthResponse 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.software.amazon.awssdk.services.devopsguru.paginators -
-
Uses of DescribeResourceCollectionHealthResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return DescribeResourceCollectionHealthResponse Modifier and Type Method Description default DescribeResourceCollectionHealthResponseDevOpsGuruClient. describeResourceCollectionHealth(Consumer<DescribeResourceCollectionHealthRequest.Builder> describeResourceCollectionHealthRequest)Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR) for all closed insights in resource collections in your account.default DescribeResourceCollectionHealthResponseDevOpsGuruClient. describeResourceCollectionHealth(DescribeResourceCollectionHealthRequest describeResourceCollectionHealthRequest)Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR) for all closed insights in resource collections in your account.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type DescribeResourceCollectionHealthResponse Modifier and Type Method Description default CompletableFuture<DescribeResourceCollectionHealthResponse>DevOpsGuruAsyncClient. describeResourceCollectionHealth(Consumer<DescribeResourceCollectionHealthRequest.Builder> describeResourceCollectionHealthRequest)Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR) for all closed insights in resource collections in your account.default CompletableFuture<DescribeResourceCollectionHealthResponse>DevOpsGuruAsyncClient. describeResourceCollectionHealth(DescribeResourceCollectionHealthRequest describeResourceCollectionHealthRequest)Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR) for all closed insights in resource collections in your account. -
Uses of DescribeResourceCollectionHealthResponse in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.paginators that return types with arguments of type DescribeResourceCollectionHealthResponse Modifier and Type Method Description Iterator<DescribeResourceCollectionHealthResponse>DescribeResourceCollectionHealthIterable. iterator()Method parameters in software.amazon.awssdk.services.devopsguru.paginators with type arguments of type DescribeResourceCollectionHealthResponse Modifier and Type Method Description voidDescribeResourceCollectionHealthPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeResourceCollectionHealthResponse> subscriber)
-