Uses of Class
software.amazon.awssdk.services.securityhub.model.DeleteFindingAggregatorResponse
-
Packages that use DeleteFindingAggregatorResponse 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 DeleteFindingAggregatorResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return DeleteFindingAggregatorResponse Modifier and Type Method Description default DeleteFindingAggregatorResponseSecurityHubClient. deleteFindingAggregator(Consumer<DeleteFindingAggregatorRequest.Builder> deleteFindingAggregatorRequest)Deletes a finding aggregator.default DeleteFindingAggregatorResponseSecurityHubClient. deleteFindingAggregator(DeleteFindingAggregatorRequest deleteFindingAggregatorRequest)Deletes a finding aggregator.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type DeleteFindingAggregatorResponse Modifier and Type Method Description default CompletableFuture<DeleteFindingAggregatorResponse>SecurityHubAsyncClient. deleteFindingAggregator(Consumer<DeleteFindingAggregatorRequest.Builder> deleteFindingAggregatorRequest)Deletes a finding aggregator.default CompletableFuture<DeleteFindingAggregatorResponse>SecurityHubAsyncClient. deleteFindingAggregator(DeleteFindingAggregatorRequest deleteFindingAggregatorRequest)Deletes a finding aggregator.
-