| 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 |
|---|---|
UpdateFindingAggregatorResult |
AWSSecurityHubClient.updateFindingAggregator(UpdateFindingAggregatorRequest request)
Updates the finding aggregation configuration.
|
UpdateFindingAggregatorResult |
AWSSecurityHub.updateFindingAggregator(UpdateFindingAggregatorRequest updateFindingAggregatorRequest)
Updates the finding aggregation configuration.
|
UpdateFindingAggregatorResult |
AbstractAWSSecurityHub.updateFindingAggregator(UpdateFindingAggregatorRequest request) |
| 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 |
|---|---|
UpdateFindingAggregatorResult |
UpdateFindingAggregatorResult.clone() |
UpdateFindingAggregatorResult |
UpdateFindingAggregatorResult.withFindingAggregationRegion(String findingAggregationRegion)
The aggregation Region.
|
UpdateFindingAggregatorResult |
UpdateFindingAggregatorResult.withFindingAggregatorArn(String findingAggregatorArn)
The ARN of the finding aggregator.
|
UpdateFindingAggregatorResult |
UpdateFindingAggregatorResult.withRegionLinkingMode(String regionLinkingMode)
Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included
Regions.
|
UpdateFindingAggregatorResult |
UpdateFindingAggregatorResult.withRegions(Collection<String> regions)
The list of excluded Regions or included Regions.
|
UpdateFindingAggregatorResult |
UpdateFindingAggregatorResult.withRegions(String... regions)
The list of excluded Regions or included Regions.
|
Copyright © 2024. All rights reserved.