| 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 |
|---|---|
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.
|
Future<ListAnomaliesForInsightResult> |
AmazonDevOpsGuruAsyncClient.listAnomaliesForInsightAsync(ListAnomaliesForInsightRequest request,
AsyncHandler<ListAnomaliesForInsightRequest,ListAnomaliesForInsightResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAnomaliesForInsightRequest |
ListAnomaliesForInsightRequest.clone() |
ListAnomaliesForInsightRequest |
ListAnomaliesForInsightRequest.withAccountId(String accountId)
The ID of the Amazon Web Services account.
|
ListAnomaliesForInsightRequest |
ListAnomaliesForInsightRequest.withFilters(ListAnomaliesForInsightFilters filters)
Specifies one or more service names that are used to list anomalies.
|
ListAnomaliesForInsightRequest |
ListAnomaliesForInsightRequest.withInsightId(String insightId)
The ID of the insight.
|
ListAnomaliesForInsightRequest |
ListAnomaliesForInsightRequest.withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListAnomaliesForInsightRequest |
ListAnomaliesForInsightRequest.withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListAnomaliesForInsightRequest |
ListAnomaliesForInsightRequest.withStartTimeRange(StartTimeRange startTimeRange)
A time range used to specify when the requested anomalies started.
|
Copyright © 2024. All rights reserved.