| 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 | |
| software.amazon.awssdk.services.devopsguru.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListAnomaliesForInsightResponse |
DevOpsGuruClient.listAnomaliesForInsight(ListAnomaliesForInsightRequest 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.
|
default ListAnomaliesForInsightIterable |
DevOpsGuruClient.listAnomaliesForInsightPaginator(ListAnomaliesForInsightRequest listAnomaliesForInsightRequest)
Returns a list of the anomalies that belong to an insight that you specify using its ID.
|
default ListAnomaliesForInsightPublisher |
DevOpsGuruAsyncClient.listAnomaliesForInsightPaginator(ListAnomaliesForInsightRequest listAnomaliesForInsightRequest)
Returns a list of the anomalies that belong to an insight that you specify using its ID.
|
| Constructor and Description |
|---|
ListAnomaliesForInsightIterable(DevOpsGuruClient client,
ListAnomaliesForInsightRequest firstRequest) |
ListAnomaliesForInsightPublisher(DevOpsGuruAsyncClient client,
ListAnomaliesForInsightRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAnomaliesForInsightRequestMarshaller.marshall(ListAnomaliesForInsightRequest listAnomaliesForInsightRequest) |
Copyright © 2023. All rights reserved.