| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListEnabledProductsForImportResponse |
SecurityHubClient.listEnabledProductsForImport()
Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security
Hub.
|
default ListEnabledProductsForImportResponse |
SecurityHubClient.listEnabledProductsForImport(Consumer<ListEnabledProductsForImportRequest.Builder> listEnabledProductsForImportRequest)
Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security
Hub.
|
default ListEnabledProductsForImportResponse |
SecurityHubClient.listEnabledProductsForImport(ListEnabledProductsForImportRequest listEnabledProductsForImportRequest)
Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security
Hub.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEnabledProductsForImportResponse> |
ListEnabledProductsForImportIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEnabledProductsForImportPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEnabledProductsForImportResponse> subscriber) |
Copyright © 2023. All rights reserved.