| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and
resources.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
ListFindingAggregatorsResult |
AWSSecurityHub.listFindingAggregators(ListFindingAggregatorsRequest listFindingAggregatorsRequest)
If finding aggregation is enabled, then
ListFindingAggregators returns the ARN of the finding
aggregator. |
ListFindingAggregatorsResult |
AWSSecurityHubClient.listFindingAggregators(ListFindingAggregatorsRequest request)
If finding aggregation is enabled, then
ListFindingAggregators returns the ARN of the finding
aggregator. |
ListFindingAggregatorsResult |
AbstractAWSSecurityHub.listFindingAggregators(ListFindingAggregatorsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListFindingAggregatorsResult> |
AWSSecurityHubAsync.listFindingAggregatorsAsync(ListFindingAggregatorsRequest listFindingAggregatorsRequest,
AsyncHandler<ListFindingAggregatorsRequest,ListFindingAggregatorsResult> asyncHandler)
If finding aggregation is enabled, then
ListFindingAggregators returns the ARN of the finding
aggregator. |
Future<ListFindingAggregatorsResult> |
AbstractAWSSecurityHubAsync.listFindingAggregatorsAsync(ListFindingAggregatorsRequest request,
AsyncHandler<ListFindingAggregatorsRequest,ListFindingAggregatorsResult> asyncHandler) |
Future<ListFindingAggregatorsResult> |
AWSSecurityHubAsyncClient.listFindingAggregatorsAsync(ListFindingAggregatorsRequest request,
AsyncHandler<ListFindingAggregatorsRequest,ListFindingAggregatorsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFindingAggregatorsResult |
ListFindingAggregatorsResult.clone() |
ListFindingAggregatorsResult |
ListFindingAggregatorsResult.withFindingAggregators(Collection<FindingAggregator> findingAggregators)
The list of finding aggregators.
|
ListFindingAggregatorsResult |
ListFindingAggregatorsResult.withFindingAggregators(FindingAggregator... findingAggregators)
The list of finding aggregators.
|
ListFindingAggregatorsResult |
ListFindingAggregatorsResult.withNextToken(String nextToken)
If there are more results, this is the token to provide in the next call to
ListFindingAggregators. |
Copyright © 2021. All rights reserved.