Uses of Class
software.amazon.awssdk.services.devopsguru.model.DescribeAccountHealthRequest
-
Packages that use DescribeAccountHealthRequest 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.transform -
-
Uses of DescribeAccountHealthRequest in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru with parameters of type DescribeAccountHealthRequest Modifier and Type Method Description 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.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. -
Uses of DescribeAccountHealthRequest in software.amazon.awssdk.services.devopsguru.transform
Methods in software.amazon.awssdk.services.devopsguru.transform with parameters of type DescribeAccountHealthRequest Modifier and Type Method Description SdkHttpFullRequestDescribeAccountHealthRequestMarshaller. marshall(DescribeAccountHealthRequest describeAccountHealthRequest)
-