Uses of Class
software.amazon.awssdk.services.devopsguru.model.ListOrganizationInsightsRequest
-
Packages that use ListOrganizationInsightsRequest 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 ListOrganizationInsightsRequest in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru with parameters of type ListOrganizationInsightsRequest Modifier and Type Method Description default CompletableFuture<ListOrganizationInsightsResponse>DevOpsGuruAsyncClient. listOrganizationInsights(ListOrganizationInsightsRequest listOrganizationInsightsRequest)Returns a list of insights associated with the account or OU Id.default ListOrganizationInsightsResponseDevOpsGuruClient. listOrganizationInsights(ListOrganizationInsightsRequest listOrganizationInsightsRequest)Returns a list of insights associated with the account or OU Id.default ListOrganizationInsightsPublisherDevOpsGuruAsyncClient. listOrganizationInsightsPaginator(ListOrganizationInsightsRequest listOrganizationInsightsRequest)Returns a list of insights associated with the account or OU Id.default ListOrganizationInsightsIterableDevOpsGuruClient. listOrganizationInsightsPaginator(ListOrganizationInsightsRequest listOrganizationInsightsRequest)Returns a list of insights associated with the account or OU Id. -
Uses of ListOrganizationInsightsRequest in software.amazon.awssdk.services.devopsguru.paginators
Constructors in software.amazon.awssdk.services.devopsguru.paginators with parameters of type ListOrganizationInsightsRequest Constructor Description ListOrganizationInsightsIterable(DevOpsGuruClient client, ListOrganizationInsightsRequest firstRequest)ListOrganizationInsightsPublisher(DevOpsGuruAsyncClient client, ListOrganizationInsightsRequest firstRequest) -
Uses of ListOrganizationInsightsRequest in software.amazon.awssdk.services.devopsguru.transform
Methods in software.amazon.awssdk.services.devopsguru.transform with parameters of type ListOrganizationInsightsRequest Modifier and Type Method Description SdkHttpFullRequestListOrganizationInsightsRequestMarshaller. marshall(ListOrganizationInsightsRequest listOrganizationInsightsRequest)
-