Uses of Class
software.amazon.awssdk.services.devopsguru.paginators.SearchOrganizationInsightsIterable
-
Packages that use SearchOrganizationInsightsIterable 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 SearchOrganizationInsightsIterable in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return SearchOrganizationInsightsIterable Modifier and Type Method Description default SearchOrganizationInsightsIterableDevOpsGuruClient. searchOrganizationInsightsPaginator(Consumer<SearchOrganizationInsightsRequest.Builder> searchOrganizationInsightsRequest)Returns a list of insights in your organization.default SearchOrganizationInsightsIterableDevOpsGuruClient. searchOrganizationInsightsPaginator(SearchOrganizationInsightsRequest searchOrganizationInsightsRequest)Returns a list of insights in your organization.
-