| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub |
Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and
resources.
|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateFindingAggregatorResponse |
SecurityHubClient.updateFindingAggregator(Consumer<UpdateFindingAggregatorRequest.Builder> updateFindingAggregatorRequest)
Updates the finding aggregation configuration.
|
default CompletableFuture<UpdateFindingAggregatorResponse> |
SecurityHubAsyncClient.updateFindingAggregator(Consumer<UpdateFindingAggregatorRequest.Builder> updateFindingAggregatorRequest)
Updates the finding aggregation configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateFindingAggregatorRequest.Builder |
UpdateFindingAggregatorRequest.builder() |
UpdateFindingAggregatorRequest.Builder |
UpdateFindingAggregatorRequest.Builder.findingAggregatorArn(String findingAggregatorArn)
The ARN of the finding aggregator.
|
UpdateFindingAggregatorRequest.Builder |
UpdateFindingAggregatorRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFindingAggregatorRequest.Builder |
UpdateFindingAggregatorRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFindingAggregatorRequest.Builder |
UpdateFindingAggregatorRequest.Builder.regionLinkingMode(String regionLinkingMode)
Indicates whether to aggregate findings from all of the available Regions in the current partition.
|
UpdateFindingAggregatorRequest.Builder |
UpdateFindingAggregatorRequest.Builder.regions(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.Builder |
UpdateFindingAggregatorRequest.Builder.regions(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.Builder |
UpdateFindingAggregatorRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateFindingAggregatorRequest.Builder> |
UpdateFindingAggregatorRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.