Uses of Class
software.amazon.awssdk.services.devopsguru.model.SearchOrganizationInsightsRequest
-
Packages that use SearchOrganizationInsightsRequest 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 software.amazon.awssdk.services.devopsguru.transform -
-
Uses of SearchOrganizationInsightsRequest in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru with parameters of type SearchOrganizationInsightsRequest Modifier and Type Method Description default CompletableFuture<SearchOrganizationInsightsResponse>DevOpsGuruAsyncClient. searchOrganizationInsights(SearchOrganizationInsightsRequest searchOrganizationInsightsRequest)Returns a list of insights in your organization.default SearchOrganizationInsightsResponseDevOpsGuruClient. searchOrganizationInsights(SearchOrganizationInsightsRequest searchOrganizationInsightsRequest)Returns a list of insights in your organization.default SearchOrganizationInsightsPublisherDevOpsGuruAsyncClient. searchOrganizationInsightsPaginator(SearchOrganizationInsightsRequest searchOrganizationInsightsRequest)Returns a list of insights in your organization.default SearchOrganizationInsightsIterableDevOpsGuruClient. searchOrganizationInsightsPaginator(SearchOrganizationInsightsRequest searchOrganizationInsightsRequest)Returns a list of insights in your organization. -
Uses of SearchOrganizationInsightsRequest in software.amazon.awssdk.services.devopsguru.paginators
Constructors in software.amazon.awssdk.services.devopsguru.paginators with parameters of type SearchOrganizationInsightsRequest Constructor Description SearchOrganizationInsightsIterable(DevOpsGuruClient client, SearchOrganizationInsightsRequest firstRequest)SearchOrganizationInsightsPublisher(DevOpsGuruAsyncClient client, SearchOrganizationInsightsRequest firstRequest) -
Uses of SearchOrganizationInsightsRequest in software.amazon.awssdk.services.devopsguru.transform
Methods in software.amazon.awssdk.services.devopsguru.transform with parameters of type SearchOrganizationInsightsRequest Modifier and Type Method Description SdkHttpFullRequestSearchOrganizationInsightsRequestMarshaller. marshall(SearchOrganizationInsightsRequest searchOrganizationInsightsRequest)
-