| 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<UpdateFindingAggregatorResult> |
AWSSecurityHubAsync.updateFindingAggregatorAsync(UpdateFindingAggregatorRequest updateFindingAggregatorRequest,
AsyncHandler<UpdateFindingAggregatorRequest,UpdateFindingAggregatorResult> asyncHandler)
Updates the finding aggregation configuration.
|
Future<UpdateFindingAggregatorResult> |
AbstractAWSSecurityHubAsync.updateFindingAggregatorAsync(UpdateFindingAggregatorRequest request,
AsyncHandler<UpdateFindingAggregatorRequest,UpdateFindingAggregatorResult> asyncHandler) |
Future<UpdateFindingAggregatorResult> |
AWSSecurityHubAsyncClient.updateFindingAggregatorAsync(UpdateFindingAggregatorRequest request,
AsyncHandler<UpdateFindingAggregatorRequest,UpdateFindingAggregatorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFindingAggregatorRequest |
UpdateFindingAggregatorRequest.clone() |
UpdateFindingAggregatorRequest |
UpdateFindingAggregatorRequest.withFindingAggregatorArn(String findingAggregatorArn)
The ARN of the finding aggregator.
|
UpdateFindingAggregatorRequest |
UpdateFindingAggregatorRequest.withRegionLinkingMode(String regionLinkingMode)
Indicates whether to aggregate findings from all of the available Regions in the current partition.
|
UpdateFindingAggregatorRequest |
UpdateFindingAggregatorRequest.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. |
UpdateFindingAggregatorRequest |
UpdateFindingAggregatorRequest.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.