| 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 | |
| software.amazon.awssdk.services.securityhub.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListFindingAggregatorsResponse |
SecurityHubClient.listFindingAggregators(ListFindingAggregatorsRequest 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. |
default ListFindingAggregatorsIterable |
SecurityHubClient.listFindingAggregatorsPaginator(ListFindingAggregatorsRequest listFindingAggregatorsRequest)
If finding aggregation is enabled, then
ListFindingAggregators returns the ARN of the finding
aggregator. |
default ListFindingAggregatorsPublisher |
SecurityHubAsyncClient.listFindingAggregatorsPaginator(ListFindingAggregatorsRequest listFindingAggregatorsRequest)
If finding aggregation is enabled, then
ListFindingAggregators returns the ARN of the finding
aggregator. |
| Constructor and Description |
|---|
ListFindingAggregatorsIterable(SecurityHubClient client,
ListFindingAggregatorsRequest firstRequest) |
ListFindingAggregatorsPublisher(SecurityHubAsyncClient client,
ListFindingAggregatorsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListFindingAggregatorsRequestMarshaller.marshall(ListFindingAggregatorsRequest listFindingAggregatorsRequest) |
Copyright © 2023. All rights reserved.