| 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 |
|---|---|
Future<CreateFindingAggregatorResult> |
AWSSecurityHubAsync.createFindingAggregatorAsync(CreateFindingAggregatorRequest createFindingAggregatorRequest,
AsyncHandler<CreateFindingAggregatorRequest,CreateFindingAggregatorResult> asyncHandler)
Used to enable finding aggregation.
|
Future<CreateFindingAggregatorResult> |
AbstractAWSSecurityHubAsync.createFindingAggregatorAsync(CreateFindingAggregatorRequest request,
AsyncHandler<CreateFindingAggregatorRequest,CreateFindingAggregatorResult> asyncHandler) |
Future<CreateFindingAggregatorResult> |
AWSSecurityHubAsyncClient.createFindingAggregatorAsync(CreateFindingAggregatorRequest request,
AsyncHandler<CreateFindingAggregatorRequest,CreateFindingAggregatorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFindingAggregatorRequest |
CreateFindingAggregatorRequest.clone() |
CreateFindingAggregatorRequest |
CreateFindingAggregatorRequest.withRegionLinkingMode(String regionLinkingMode)
Indicates whether to aggregate findings from all of the available Regions in the current partition.
|
CreateFindingAggregatorRequest |
CreateFindingAggregatorRequest.withRegions(Collection<String> regions)
If
RegionLinkingMode is ALL_REGIONS_EXCEPT_SPECIFIED, then this is a comma-separated
list of Regions that do not aggregate findings to the aggregation Region. |
CreateFindingAggregatorRequest |
CreateFindingAggregatorRequest.withRegions(String... regions)
If
RegionLinkingMode is ALL_REGIONS_EXCEPT_SPECIFIED, then this is a comma-separated
list of Regions that do not aggregate findings to the aggregation Region. |
Copyright © 2022. All rights reserved.