| 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<ListRecommendationsResult> |
AmazonDevOpsGuruAsyncClient.listRecommendationsAsync(ListRecommendationsRequest request,
AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler) |
Future<ListRecommendationsResult> |
AbstractAmazonDevOpsGuruAsync.listRecommendationsAsync(ListRecommendationsRequest request,
AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler) |
Future<ListRecommendationsResult> |
AmazonDevOpsGuruAsync.listRecommendationsAsync(ListRecommendationsRequest listRecommendationsRequest,
AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler)
Returns a list of a specified insight's recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsRequest |
ListRecommendationsRequest.clone() |
ListRecommendationsRequest |
ListRecommendationsRequest.withAccountId(String accountId)
The ID of the Amazon Web Services account.
|
ListRecommendationsRequest |
ListRecommendationsRequest.withInsightId(String insightId)
The ID of the requested insight.
|
ListRecommendationsRequest |
ListRecommendationsRequest.withLocale(Locale locale)
A locale that specifies the language to use for recommendations.
|
ListRecommendationsRequest |
ListRecommendationsRequest.withLocale(String locale)
A locale that specifies the language to use for recommendations.
|
ListRecommendationsRequest |
ListRecommendationsRequest.withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
Copyright © 2025. All rights reserved.