Uses of Class
software.amazon.awssdk.services.devopsguru.model.SearchOrganizationInsightsResponse
-
Packages that use SearchOrganizationInsightsResponse 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 SearchOrganizationInsightsResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return SearchOrganizationInsightsResponse Modifier and Type Method Description default SearchOrganizationInsightsResponseDevOpsGuruClient. searchOrganizationInsights(Consumer<SearchOrganizationInsightsRequest.Builder> searchOrganizationInsightsRequest)Returns a list of insights in your organization.default SearchOrganizationInsightsResponseDevOpsGuruClient. searchOrganizationInsights(SearchOrganizationInsightsRequest searchOrganizationInsightsRequest)Returns a list of insights in your organization.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type SearchOrganizationInsightsResponse Modifier and Type Method Description default CompletableFuture<SearchOrganizationInsightsResponse>DevOpsGuruAsyncClient. searchOrganizationInsights(Consumer<SearchOrganizationInsightsRequest.Builder> searchOrganizationInsightsRequest)Returns a list of insights in your organization.default CompletableFuture<SearchOrganizationInsightsResponse>DevOpsGuruAsyncClient. searchOrganizationInsights(SearchOrganizationInsightsRequest searchOrganizationInsightsRequest)Returns a list of insights in your organization. -
Uses of SearchOrganizationInsightsResponse in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.paginators that return types with arguments of type SearchOrganizationInsightsResponse Modifier and Type Method Description Iterator<SearchOrganizationInsightsResponse>SearchOrganizationInsightsIterable. iterator()Method parameters in software.amazon.awssdk.services.devopsguru.paginators with type arguments of type SearchOrganizationInsightsResponse Modifier and Type Method Description voidSearchOrganizationInsightsPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchOrganizationInsightsResponse> subscriber)
-