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