| 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 |
|---|---|
ListInsightsResult |
AbstractAmazonDevOpsGuru.listInsights(ListInsightsRequest request) |
ListInsightsResult |
AmazonDevOpsGuruClient.listInsights(ListInsightsRequest request)
Returns a list of insights in your Amazon Web Services account.
|
ListInsightsResult |
AmazonDevOpsGuru.listInsights(ListInsightsRequest listInsightsRequest)
Returns a list of insights in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListInsightsResult> |
AbstractAmazonDevOpsGuruAsync.listInsightsAsync(ListInsightsRequest request,
AsyncHandler<ListInsightsRequest,ListInsightsResult> asyncHandler) |
Future<ListInsightsResult> |
AmazonDevOpsGuruAsyncClient.listInsightsAsync(ListInsightsRequest request,
AsyncHandler<ListInsightsRequest,ListInsightsResult> asyncHandler) |
Future<ListInsightsResult> |
AmazonDevOpsGuruAsync.listInsightsAsync(ListInsightsRequest listInsightsRequest,
AsyncHandler<ListInsightsRequest,ListInsightsResult> asyncHandler)
Returns a list of insights in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListInsightsResult |
ListInsightsResult.clone() |
ListInsightsResult |
ListInsightsResult.withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListInsightsResult |
ListInsightsResult.withProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned list of proactive insights.
|
ListInsightsResult |
ListInsightsResult.withProactiveInsights(ProactiveInsightSummary... proactiveInsights)
The returned list of proactive insights.
|
ListInsightsResult |
ListInsightsResult.withReactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)
The returned list of reactive insights.
|
ListInsightsResult |
ListInsightsResult.withReactiveInsights(ReactiveInsightSummary... reactiveInsights)
The returned list of reactive insights.
|
Copyright © 2023. All rights reserved.