Uses of Interface
software.amazon.awssdk.services.securityhub.model.CreateFindingAggregatorRequest.Builder
-
Packages that use CreateFindingAggregatorRequest.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 CreateFindingAggregatorRequest.Builder in software.amazon.awssdk.services.securityhub
Method parameters in software.amazon.awssdk.services.securityhub with type arguments of type CreateFindingAggregatorRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateFindingAggregatorResponse>SecurityHubAsyncClient. createFindingAggregator(Consumer<CreateFindingAggregatorRequest.Builder> createFindingAggregatorRequest)default CreateFindingAggregatorResponseSecurityHubClient. createFindingAggregator(Consumer<CreateFindingAggregatorRequest.Builder> createFindingAggregatorRequest) -
Uses of CreateFindingAggregatorRequest.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return CreateFindingAggregatorRequest.Builder Modifier and Type Method Description static CreateFindingAggregatorRequest.BuilderCreateFindingAggregatorRequest. builder()CreateFindingAggregatorRequest.BuilderCreateFindingAggregatorRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateFindingAggregatorRequest.BuilderCreateFindingAggregatorRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateFindingAggregatorRequest.BuilderCreateFindingAggregatorRequest.Builder. regionLinkingMode(String regionLinkingMode)Indicates whether to aggregate findings from all of the available Regions in the current partition.CreateFindingAggregatorRequest.BuilderCreateFindingAggregatorRequest.Builder. regions(String... regions)IfRegionLinkingModeisALL_REGIONS_EXCEPT_SPECIFIED, then this is a space-separated list of Regions that don't replicate and send findings to the home Region.CreateFindingAggregatorRequest.BuilderCreateFindingAggregatorRequest.Builder. regions(Collection<String> regions)IfRegionLinkingModeisALL_REGIONS_EXCEPT_SPECIFIED, then this is a space-separated list of Regions that don't replicate and send findings to the home Region.CreateFindingAggregatorRequest.BuilderCreateFindingAggregatorRequest. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type CreateFindingAggregatorRequest.Builder Modifier and Type Method Description static Class<? extends CreateFindingAggregatorRequest.Builder>CreateFindingAggregatorRequest. serializableBuilderClass()
-