Uses of Class
software.amazon.awssdk.services.devopsguru.model.DeleteInsightRequest
-
Packages that use DeleteInsightRequest 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.transform -
-
Uses of DeleteInsightRequest in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru with parameters of type DeleteInsightRequest Modifier and Type Method Description default CompletableFuture<DeleteInsightResponse>DevOpsGuruAsyncClient. deleteInsight(DeleteInsightRequest 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. -
Uses of DeleteInsightRequest in software.amazon.awssdk.services.devopsguru.transform
Methods in software.amazon.awssdk.services.devopsguru.transform with parameters of type DeleteInsightRequest Modifier and Type Method Description SdkHttpFullRequestDeleteInsightRequestMarshaller. marshall(DeleteInsightRequest deleteInsightRequest)
-