| 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 |
|---|---|
CreateFindingAggregatorResult |
AbstractAWSSecurityHub.createFindingAggregator(CreateFindingAggregatorRequest request) |
CreateFindingAggregatorResult |
AWSSecurityHub.createFindingAggregator(CreateFindingAggregatorRequest createFindingAggregatorRequest)
Used to enable finding aggregation.
|
CreateFindingAggregatorResult |
AWSSecurityHubClient.createFindingAggregator(CreateFindingAggregatorRequest request)
Used to enable finding aggregation.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFindingAggregatorResult> |
AbstractAWSSecurityHubAsync.createFindingAggregatorAsync(CreateFindingAggregatorRequest request,
AsyncHandler<CreateFindingAggregatorRequest,CreateFindingAggregatorResult> asyncHandler) |
Future<CreateFindingAggregatorResult> |
AWSSecurityHubAsync.createFindingAggregatorAsync(CreateFindingAggregatorRequest createFindingAggregatorRequest,
AsyncHandler<CreateFindingAggregatorRequest,CreateFindingAggregatorResult> asyncHandler)
Used to enable finding aggregation.
|
Future<CreateFindingAggregatorResult> |
AWSSecurityHubAsyncClient.createFindingAggregatorAsync(CreateFindingAggregatorRequest request,
AsyncHandler<CreateFindingAggregatorRequest,CreateFindingAggregatorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFindingAggregatorResult |
CreateFindingAggregatorResult.clone() |
CreateFindingAggregatorResult |
CreateFindingAggregatorResult.withFindingAggregationRegion(String findingAggregationRegion)
The aggregation Region.
|
CreateFindingAggregatorResult |
CreateFindingAggregatorResult.withFindingAggregatorArn(String findingAggregatorArn)
The ARN of the finding aggregator.
|
CreateFindingAggregatorResult |
CreateFindingAggregatorResult.withRegionLinkingMode(String regionLinkingMode)
Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included
Regions.
|
CreateFindingAggregatorResult |
CreateFindingAggregatorResult.withRegions(Collection<String> regions)
The list of excluded Regions or included Regions.
|
CreateFindingAggregatorResult |
CreateFindingAggregatorResult.withRegions(String... regions)
The list of excluded Regions or included Regions.
|
Copyright © 2022. All rights reserved.