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 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 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.
-