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