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 the security state of your Amazon Web Services environment and resources.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)
-