| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru |
Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical
operational applications.
|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountHealthResult |
AbstractAmazonDevOpsGuru.describeAccountHealth(DescribeAccountHealthRequest request) |
DescribeAccountHealthResult |
AmazonDevOpsGuruClient.describeAccountHealth(DescribeAccountHealthRequest request)
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.
|
DescribeAccountHealthResult |
AmazonDevOpsGuru.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeAccountHealthResult> |
AbstractAmazonDevOpsGuruAsync.describeAccountHealthAsync(DescribeAccountHealthRequest request,
AsyncHandler<DescribeAccountHealthRequest,DescribeAccountHealthResult> asyncHandler) |
Future<DescribeAccountHealthResult> |
AmazonDevOpsGuruAsyncClient.describeAccountHealthAsync(DescribeAccountHealthRequest request,
AsyncHandler<DescribeAccountHealthRequest,DescribeAccountHealthResult> asyncHandler) |
Future<DescribeAccountHealthResult> |
AmazonDevOpsGuruAsync.describeAccountHealthAsync(DescribeAccountHealthRequest describeAccountHealthRequest,
AsyncHandler<DescribeAccountHealthRequest,DescribeAccountHealthResult> asyncHandler)
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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountHealthResult |
DescribeAccountHealthResult.clone() |
DescribeAccountHealthResult |
DescribeAccountHealthResult.withAnalyzedResourceCount(Long analyzedResourceCount)
Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.
|
DescribeAccountHealthResult |
DescribeAccountHealthResult.withMetricsAnalyzed(Integer metricsAnalyzed)
An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.
|
DescribeAccountHealthResult |
DescribeAccountHealthResult.withOpenProactiveInsights(Integer openProactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
DescribeAccountHealthResult |
DescribeAccountHealthResult.withOpenReactiveInsights(Integer openReactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
DescribeAccountHealthResult |
DescribeAccountHealthResult.withResourceHours(Long resourceHours)
The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the
last hour.
|
Copyright © 2024. All rights reserved.