| 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 |
|---|---|
ListAnomaliesForInsightResult |
AmazonDevOpsGuruClient.listAnomaliesForInsight(ListAnomaliesForInsightRequest request)
Returns a list of the anomalies that belong to an insight that you specify using its ID.
|
ListAnomaliesForInsightResult |
AbstractAmazonDevOpsGuru.listAnomaliesForInsight(ListAnomaliesForInsightRequest request) |
ListAnomaliesForInsightResult |
AmazonDevOpsGuru.listAnomaliesForInsight(ListAnomaliesForInsightRequest listAnomaliesForInsightRequest)
Returns a list of the anomalies that belong to an insight that you specify using its ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAnomaliesForInsightResult> |
AmazonDevOpsGuruAsyncClient.listAnomaliesForInsightAsync(ListAnomaliesForInsightRequest request,
AsyncHandler<ListAnomaliesForInsightRequest,ListAnomaliesForInsightResult> asyncHandler) |
Future<ListAnomaliesForInsightResult> |
AbstractAmazonDevOpsGuruAsync.listAnomaliesForInsightAsync(ListAnomaliesForInsightRequest request,
AsyncHandler<ListAnomaliesForInsightRequest,ListAnomaliesForInsightResult> asyncHandler) |
Future<ListAnomaliesForInsightResult> |
AmazonDevOpsGuruAsync.listAnomaliesForInsightAsync(ListAnomaliesForInsightRequest listAnomaliesForInsightRequest,
AsyncHandler<ListAnomaliesForInsightRequest,ListAnomaliesForInsightResult> asyncHandler)
Returns a list of the anomalies that belong to an insight that you specify using its ID.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnomaliesForInsightResult |
ListAnomaliesForInsightResult.clone() |
ListAnomaliesForInsightResult |
ListAnomaliesForInsightResult.withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListAnomaliesForInsightResult |
ListAnomaliesForInsightResult.withProactiveAnomalies(Collection<ProactiveAnomalySummary> proactiveAnomalies)
An array of
ProactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResult |
ListAnomaliesForInsightResult.withProactiveAnomalies(ProactiveAnomalySummary... proactiveAnomalies)
An array of
ProactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResult |
ListAnomaliesForInsightResult.withReactiveAnomalies(Collection<ReactiveAnomalySummary> reactiveAnomalies)
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResult |
ListAnomaliesForInsightResult.withReactiveAnomalies(ReactiveAnomalySummary... reactiveAnomalies)
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
Copyright © 2023. All rights reserved.