Uses of Class
software.amazon.awssdk.services.securityhub.model.CreateFindingAggregatorResponse
-
Packages that use CreateFindingAggregatorResponse 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. -
-
Uses of CreateFindingAggregatorResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return CreateFindingAggregatorResponse Modifier and Type Method Description default CreateFindingAggregatorResponseSecurityHubClient. createFindingAggregator(Consumer<CreateFindingAggregatorRequest.Builder> createFindingAggregatorRequest)default CreateFindingAggregatorResponseSecurityHubClient. createFindingAggregator(CreateFindingAggregatorRequest createFindingAggregatorRequest)Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type CreateFindingAggregatorResponse Modifier and Type Method Description default CompletableFuture<CreateFindingAggregatorResponse>SecurityHubAsyncClient. createFindingAggregator(Consumer<CreateFindingAggregatorRequest.Builder> createFindingAggregatorRequest)default CompletableFuture<CreateFindingAggregatorResponse>SecurityHubAsyncClient. createFindingAggregator(CreateFindingAggregatorRequest createFindingAggregatorRequest)
-