Uses of Class
software.amazon.awssdk.services.securityhub.model.DeleteInsightResponse
-
Packages that use DeleteInsightResponse 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. -
-
Uses of DeleteInsightResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return DeleteInsightResponse Modifier and Type Method Description default DeleteInsightResponseSecurityHubClient. deleteInsight(Consumer<DeleteInsightRequest.Builder> deleteInsightRequest)Deletes the insight specified by theInsightArn.default DeleteInsightResponseSecurityHubClient. deleteInsight(DeleteInsightRequest deleteInsightRequest)Deletes the insight specified by theInsightArn.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type DeleteInsightResponse Modifier and Type Method Description default CompletableFuture<DeleteInsightResponse>SecurityHubAsyncClient. deleteInsight(Consumer<DeleteInsightRequest.Builder> deleteInsightRequest)Deletes the insight specified by theInsightArn.default CompletableFuture<DeleteInsightResponse>SecurityHubAsyncClient. deleteInsight(DeleteInsightRequest deleteInsightRequest)Deletes the insight specified by theInsightArn.
-