| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru |
Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical
operational applications.
|
| software.amazon.awssdk.services.devopsguru.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRecommendationsResponse |
DevOpsGuruClient.listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)
Returns a list of a specified insight's recommendations.
|
default ListRecommendationsResponse |
DevOpsGuruClient.listRecommendations(ListRecommendationsRequest listRecommendationsRequest)
Returns a list of a specified insight's recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRecommendationsResponse> |
DevOpsGuruAsyncClient.listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)
Returns a list of a specified insight's recommendations.
|
default CompletableFuture<ListRecommendationsResponse> |
DevOpsGuruAsyncClient.listRecommendations(ListRecommendationsRequest listRecommendationsRequest)
Returns a list of a specified insight's recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRecommendationsResponse> |
ListRecommendationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommendationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRecommendationsResponse> subscriber) |
Copyright © 2023. All rights reserved.