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