Uses of Class
software.amazon.awssdk.services.securityhub.model.ListEnabledProductsForImportRequest
-
Packages that use ListEnabledProductsForImportRequest 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 software.amazon.awssdk.services.securityhub.transform -
-
Uses of ListEnabledProductsForImportRequest in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub with parameters of type ListEnabledProductsForImportRequest Modifier and Type Method Description default CompletableFuture<ListEnabledProductsForImportResponse>SecurityHubAsyncClient. listEnabledProductsForImport(ListEnabledProductsForImportRequest 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.default ListEnabledProductsForImportPublisherSecurityHubAsyncClient. listEnabledProductsForImportPaginator(ListEnabledProductsForImportRequest listEnabledProductsForImportRequest)default ListEnabledProductsForImportIterableSecurityHubClient. listEnabledProductsForImportPaginator(ListEnabledProductsForImportRequest listEnabledProductsForImportRequest) -
Uses of ListEnabledProductsForImportRequest in software.amazon.awssdk.services.securityhub.paginators
Constructors in software.amazon.awssdk.services.securityhub.paginators with parameters of type ListEnabledProductsForImportRequest Constructor Description ListEnabledProductsForImportIterable(SecurityHubClient client, ListEnabledProductsForImportRequest firstRequest)ListEnabledProductsForImportPublisher(SecurityHubAsyncClient client, ListEnabledProductsForImportRequest firstRequest) -
Uses of ListEnabledProductsForImportRequest in software.amazon.awssdk.services.securityhub.transform
Methods in software.amazon.awssdk.services.securityhub.transform with parameters of type ListEnabledProductsForImportRequest Modifier and Type Method Description SdkHttpFullRequestListEnabledProductsForImportRequestMarshaller. marshall(ListEnabledProductsForImportRequest listEnabledProductsForImportRequest)
-