Uses of Class
software.amazon.awssdk.services.devopsguru.model.ListInsightsResponse
-
Packages that use ListInsightsResponse 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 -
-
Uses of ListInsightsResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return ListInsightsResponse Modifier and Type Method Description default ListInsightsResponseDevOpsGuruClient. listInsights(Consumer<ListInsightsRequest.Builder> listInsightsRequest)Returns a list of insights in your Amazon Web Services account.default ListInsightsResponseDevOpsGuruClient. listInsights(ListInsightsRequest listInsightsRequest)Returns a list of insights in your Amazon Web Services account.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type ListInsightsResponse Modifier and Type Method Description default CompletableFuture<ListInsightsResponse>DevOpsGuruAsyncClient. listInsights(Consumer<ListInsightsRequest.Builder> listInsightsRequest)Returns a list of insights in your Amazon Web Services account.default CompletableFuture<ListInsightsResponse>DevOpsGuruAsyncClient. listInsights(ListInsightsRequest listInsightsRequest)Returns a list of insights in your Amazon Web Services account. -
Uses of ListInsightsResponse in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.paginators that return types with arguments of type ListInsightsResponse Modifier and Type Method Description Iterator<ListInsightsResponse>ListInsightsIterable. iterator()Method parameters in software.amazon.awssdk.services.devopsguru.paginators with type arguments of type ListInsightsResponse Modifier and Type Method Description voidListInsightsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInsightsResponse> subscriber)
-