Uses of Interface
software.amazon.awssdk.services.securityhub.model.ListEnabledProductsForImportRequest.Builder
-
Packages that use ListEnabledProductsForImportRequest.Builder 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.model -
-
Uses of ListEnabledProductsForImportRequest.Builder in software.amazon.awssdk.services.securityhub
Method parameters in software.amazon.awssdk.services.securityhub with type arguments of type ListEnabledProductsForImportRequest.Builder Modifier and Type Method Description 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 ListEnabledProductsForImportResponseSecurityHubClient. listEnabledProductsForImport(Consumer<ListEnabledProductsForImportRequest.Builder> listEnabledProductsForImportRequest)Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.default ListEnabledProductsForImportPublisherSecurityHubAsyncClient. listEnabledProductsForImportPaginator(Consumer<ListEnabledProductsForImportRequest.Builder> listEnabledProductsForImportRequest)default ListEnabledProductsForImportIterableSecurityHubClient. listEnabledProductsForImportPaginator(Consumer<ListEnabledProductsForImportRequest.Builder> listEnabledProductsForImportRequest) -
Uses of ListEnabledProductsForImportRequest.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type ListEnabledProductsForImportRequest.Builder Modifier and Type Method Description static Class<? extends ListEnabledProductsForImportRequest.Builder>ListEnabledProductsForImportRequest. serializableBuilderClass()
-