| 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 |
AmazonDevOpsGuru.searchInsights(SearchInsightsRequest searchInsightsRequest)
Returns a list of insights in your Amazon Web Services account.
|
SearchInsightsResult |
AbstractAmazonDevOpsGuru.searchInsights(SearchInsightsRequest request) |
Future<SearchInsightsResult> |
AmazonDevOpsGuruAsyncClient.searchInsightsAsync(SearchInsightsRequest request) |
Future<SearchInsightsResult> |
AmazonDevOpsGuruAsync.searchInsightsAsync(SearchInsightsRequest searchInsightsRequest)
Returns a list of insights in your Amazon Web Services account.
|
Future<SearchInsightsResult> |
AbstractAmazonDevOpsGuruAsync.searchInsightsAsync(SearchInsightsRequest request) |
Future<SearchInsightsResult> |
AmazonDevOpsGuruAsyncClient.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.
|
Future<SearchInsightsResult> |
AbstractAmazonDevOpsGuruAsync.searchInsightsAsync(SearchInsightsRequest request,
AsyncHandler<SearchInsightsRequest,SearchInsightsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<SearchInsightsResult> |
AmazonDevOpsGuruAsyncClient.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.
|
Future<SearchInsightsResult> |
AbstractAmazonDevOpsGuruAsync.searchInsightsAsync(SearchInsightsRequest request,
AsyncHandler<SearchInsightsRequest,SearchInsightsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchInsightsRequest |
SearchInsightsRequest.clone() |
SearchInsightsRequest |
SearchInsightsRequest.withFilters(SearchInsightsFilters filters)
A
SearchInsightsFilters object that is used to set the severity and status filters on your insight
search. |
SearchInsightsRequest |
SearchInsightsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
SearchInsightsRequest |
SearchInsightsRequest.withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
SearchInsightsRequest |
SearchInsightsRequest.withStartTimeRange(StartTimeRange startTimeRange)
The start of the time range passed in.
|
SearchInsightsRequest |
SearchInsightsRequest.withType(InsightType type)
The type of insights you are searching for (
REACTIVE or PROACTIVE). |
SearchInsightsRequest |
SearchInsightsRequest.withType(String type)
The type of insights you are searching for (
REACTIVE or PROACTIVE). |
Copyright © 2022. All rights reserved.