| 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 CreateFindingAggregatorResponse |
SecurityHubClient.createFindingAggregator(Consumer<CreateFindingAggregatorRequest.Builder> createFindingAggregatorRequest)
Used to enable finding aggregation.
|
default CompletableFuture<CreateFindingAggregatorResponse> |
SecurityHubAsyncClient.createFindingAggregator(Consumer<CreateFindingAggregatorRequest.Builder> createFindingAggregatorRequest)
Used to enable finding aggregation.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateFindingAggregatorRequest.Builder |
CreateFindingAggregatorRequest.builder() |
CreateFindingAggregatorRequest.Builder |
CreateFindingAggregatorRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFindingAggregatorRequest.Builder |
CreateFindingAggregatorRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFindingAggregatorRequest.Builder |
CreateFindingAggregatorRequest.Builder.regionLinkingMode(String regionLinkingMode)
Indicates whether to aggregate findings from all of the available Regions in the current partition.
|
CreateFindingAggregatorRequest.Builder |
CreateFindingAggregatorRequest.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. |
CreateFindingAggregatorRequest.Builder |
CreateFindingAggregatorRequest.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. |
CreateFindingAggregatorRequest.Builder |
CreateFindingAggregatorRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFindingAggregatorRequest.Builder> |
CreateFindingAggregatorRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.