Uses of Class
software.amazon.awssdk.services.securityhub.model.ListEnabledProductsForImportResponse
-
Packages that use ListEnabledProductsForImportResponse Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you assess your Amazon Web Services environment against security industry standards and best practices.software.amazon.awssdk.services.securityhub.paginators -
-
Uses of ListEnabledProductsForImportResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return ListEnabledProductsForImportResponse Modifier and Type Method Description default ListEnabledProductsForImportResponseSecurityHubClient. listEnabledProductsForImport()Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.default ListEnabledProductsForImportResponseSecurityHubClient. listEnabledProductsForImport(Consumer<ListEnabledProductsForImportRequest.Builder> listEnabledProductsForImportRequest)Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.default ListEnabledProductsForImportResponseSecurityHubClient. listEnabledProductsForImport(ListEnabledProductsForImportRequest listEnabledProductsForImportRequest)Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type ListEnabledProductsForImportResponse Modifier and Type Method Description default CompletableFuture<ListEnabledProductsForImportResponse>SecurityHubAsyncClient. listEnabledProductsForImport()Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.default CompletableFuture<ListEnabledProductsForImportResponse>SecurityHubAsyncClient. listEnabledProductsForImport(Consumer<ListEnabledProductsForImportRequest.Builder> listEnabledProductsForImportRequest)Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.default CompletableFuture<ListEnabledProductsForImportResponse>SecurityHubAsyncClient. listEnabledProductsForImport(ListEnabledProductsForImportRequest listEnabledProductsForImportRequest)Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub. -
Uses of ListEnabledProductsForImportResponse in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type ListEnabledProductsForImportResponse Modifier and Type Method Description Iterator<ListEnabledProductsForImportResponse>ListEnabledProductsForImportIterable. iterator()Method parameters in software.amazon.awssdk.services.securityhub.paginators with type arguments of type ListEnabledProductsForImportResponse Modifier and Type Method Description voidListEnabledProductsForImportPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEnabledProductsForImportResponse> subscriber)
-