Uses of Class
software.amazon.awssdk.services.devopsguru.model.ListOrganizationInsightsResponse
-
Packages that use ListOrganizationInsightsResponse 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 ListOrganizationInsightsResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return ListOrganizationInsightsResponse Modifier and Type Method Description default ListOrganizationInsightsResponseDevOpsGuruClient. listOrganizationInsights(Consumer<ListOrganizationInsightsRequest.Builder> 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.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type ListOrganizationInsightsResponse Modifier and Type Method Description default CompletableFuture<ListOrganizationInsightsResponse>DevOpsGuruAsyncClient. listOrganizationInsights(Consumer<ListOrganizationInsightsRequest.Builder> listOrganizationInsightsRequest)Returns a list of insights associated with the account or OU Id.default CompletableFuture<ListOrganizationInsightsResponse>DevOpsGuruAsyncClient. listOrganizationInsights(ListOrganizationInsightsRequest listOrganizationInsightsRequest)Returns a list of insights associated with the account or OU Id. -
Uses of ListOrganizationInsightsResponse in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.paginators that return types with arguments of type ListOrganizationInsightsResponse Modifier and Type Method Description Iterator<ListOrganizationInsightsResponse>ListOrganizationInsightsIterable. iterator()Method parameters in software.amazon.awssdk.services.devopsguru.paginators with type arguments of type ListOrganizationInsightsResponse Modifier and Type Method Description voidListOrganizationInsightsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListOrganizationInsightsResponse> subscriber)
-