| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you
assess your Amazon Web Services environment against security industry standards and best practices.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFindingAggregatorResult> |
AWSSecurityHubAsyncClient.updateFindingAggregatorAsync(UpdateFindingAggregatorRequest request,
AsyncHandler<UpdateFindingAggregatorRequest,UpdateFindingAggregatorResult> asyncHandler) |
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) |
| 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 space-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 space-separated
list of Regions that do not aggregate findings to the aggregation Region. |
Copyright © 2024. All rights reserved.