Uses of Class
software.amazon.awssdk.services.devopsguru.model.DeleteInsightResponse
-
Packages that use DeleteInsightResponse 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. -
-
Uses of DeleteInsightResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return DeleteInsightResponse Modifier and Type Method Description default DeleteInsightResponseDevOpsGuruClient. deleteInsight(Consumer<DeleteInsightRequest.Builder> deleteInsightRequest)Deletes the insight along with the associated anomalies, events and recommendations.default DeleteInsightResponseDevOpsGuruClient. deleteInsight(DeleteInsightRequest deleteInsightRequest)Deletes the insight along with the associated anomalies, events and recommendations.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type DeleteInsightResponse Modifier and Type Method Description default CompletableFuture<DeleteInsightResponse>DevOpsGuruAsyncClient. deleteInsight(Consumer<DeleteInsightRequest.Builder> deleteInsightRequest)Deletes the insight along with the associated anomalies, events and recommendations.default CompletableFuture<DeleteInsightResponse>DevOpsGuruAsyncClient. deleteInsight(DeleteInsightRequest deleteInsightRequest)Deletes the insight along with the associated anomalies, events and recommendations.
-