Uses of Class
software.amazon.awssdk.services.securityhub.model.UpdateInsightResponse
-
Packages that use UpdateInsightResponse 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 UpdateInsightResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return UpdateInsightResponse Modifier and Type Method Description default UpdateInsightResponseSecurityHubClient. updateInsight(Consumer<UpdateInsightRequest.Builder> updateInsightRequest)Updates the Security Hub insight identified by the specified insight ARN.default UpdateInsightResponseSecurityHubClient. updateInsight(UpdateInsightRequest updateInsightRequest)Updates the Security Hub insight identified by the specified insight ARN.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type UpdateInsightResponse Modifier and Type Method Description default CompletableFuture<UpdateInsightResponse>SecurityHubAsyncClient. updateInsight(Consumer<UpdateInsightRequest.Builder> updateInsightRequest)Updates the Security Hub insight identified by the specified insight ARN.default CompletableFuture<UpdateInsightResponse>SecurityHubAsyncClient. updateInsight(UpdateInsightRequest updateInsightRequest)Updates the Security Hub insight identified by the specified insight ARN.
-