| 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 ListFindingAggregatorsResponse |
SecurityHubClient.listFindingAggregators(Consumer<ListFindingAggregatorsRequest.Builder> listFindingAggregatorsRequest)
If finding aggregation is enabled, then
ListFindingAggregators returns the ARN of the finding
aggregator. |
default ListFindingAggregatorsResponse |
SecurityHubClient.listFindingAggregators(ListFindingAggregatorsRequest listFindingAggregatorsRequest)
If finding aggregation is enabled, then
ListFindingAggregators returns the ARN of the finding
aggregator. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFindingAggregatorsResponse> |
SecurityHubAsyncClient.listFindingAggregators(Consumer<ListFindingAggregatorsRequest.Builder> listFindingAggregatorsRequest)
If finding aggregation is enabled, then
ListFindingAggregators returns the ARN of the finding
aggregator. |
default CompletableFuture<ListFindingAggregatorsResponse> |
SecurityHubAsyncClient.listFindingAggregators(ListFindingAggregatorsRequest listFindingAggregatorsRequest)
If finding aggregation is enabled, then
ListFindingAggregators returns the ARN of the finding
aggregator. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFindingAggregatorsResponse> |
ListFindingAggregatorsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFindingAggregatorsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFindingAggregatorsResponse> subscriber) |
Copyright © 2023. All rights reserved.