| 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 ListAnomaliesForInsightResponse |
DevOpsGuruClient.listAnomaliesForInsight(Consumer<ListAnomaliesForInsightRequest.Builder> listAnomaliesForInsightRequest)
Returns a list of the anomalies that belong to an insight that you specify using its ID.
|
default ListAnomaliesForInsightResponse |
DevOpsGuruClient.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 |
|---|---|
default CompletableFuture<ListAnomaliesForInsightResponse> |
DevOpsGuruAsyncClient.listAnomaliesForInsight(Consumer<ListAnomaliesForInsightRequest.Builder> listAnomaliesForInsightRequest)
Returns a list of the anomalies that belong to an insight that you specify using its ID.
|
default CompletableFuture<ListAnomaliesForInsightResponse> |
DevOpsGuruAsyncClient.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 |
|---|---|
Iterator<ListAnomaliesForInsightResponse> |
ListAnomaliesForInsightIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnomaliesForInsightPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAnomaliesForInsightResponse> subscriber) |
Copyright © 2023. All rights reserved.