Uses of Interface
software.amazon.awssdk.services.securityhub.model.UpdateFindingAggregatorRequest.Builder
-
Packages that use UpdateFindingAggregatorRequest.Builder Package Description software.amazon.awssdk.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.software.amazon.awssdk.services.securityhub.model -
-
Uses of UpdateFindingAggregatorRequest.Builder in software.amazon.awssdk.services.securityhub
Method parameters in software.amazon.awssdk.services.securityhub with type arguments of type UpdateFindingAggregatorRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateFindingAggregatorResponse>SecurityHubAsyncClient. updateFindingAggregator(Consumer<UpdateFindingAggregatorRequest.Builder> updateFindingAggregatorRequest)Updates the finding aggregation configuration.default UpdateFindingAggregatorResponseSecurityHubClient. updateFindingAggregator(Consumer<UpdateFindingAggregatorRequest.Builder> updateFindingAggregatorRequest)Updates the finding aggregation configuration. -
Uses of UpdateFindingAggregatorRequest.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return UpdateFindingAggregatorRequest.Builder Modifier and Type Method Description static UpdateFindingAggregatorRequest.BuilderUpdateFindingAggregatorRequest. builder()UpdateFindingAggregatorRequest.BuilderUpdateFindingAggregatorRequest.Builder. findingAggregatorArn(String findingAggregatorArn)The ARN of the finding aggregator.UpdateFindingAggregatorRequest.BuilderUpdateFindingAggregatorRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateFindingAggregatorRequest.BuilderUpdateFindingAggregatorRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateFindingAggregatorRequest.BuilderUpdateFindingAggregatorRequest.Builder. regionLinkingMode(String regionLinkingMode)Indicates whether to aggregate findings from all of the available Regions in the current partition.UpdateFindingAggregatorRequest.BuilderUpdateFindingAggregatorRequest.Builder. regions(String... regions)IfRegionLinkingModeisALL_REGIONS_EXCEPT_SPECIFIED, then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region.UpdateFindingAggregatorRequest.BuilderUpdateFindingAggregatorRequest.Builder. regions(Collection<String> regions)IfRegionLinkingModeisALL_REGIONS_EXCEPT_SPECIFIED, then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region.UpdateFindingAggregatorRequest.BuilderUpdateFindingAggregatorRequest. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type UpdateFindingAggregatorRequest.Builder Modifier and Type Method Description static Class<? extends UpdateFindingAggregatorRequest.Builder>UpdateFindingAggregatorRequest. serializableBuilderClass()
-