Uses of Class
software.amazon.awssdk.services.securityhub.model.BatchUpdateFindingsResponse
-
Packages that use BatchUpdateFindingsResponse 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 BatchUpdateFindingsResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return BatchUpdateFindingsResponse Modifier and Type Method Description default BatchUpdateFindingsResponseSecurityHubClient. batchUpdateFindings(Consumer<BatchUpdateFindingsRequest.Builder> batchUpdateFindingsRequest)Used by Security Hub customers to update information about their investigation into a finding.default BatchUpdateFindingsResponseSecurityHubClient. batchUpdateFindings(BatchUpdateFindingsRequest batchUpdateFindingsRequest)Used by Security Hub customers to update information about their investigation into a finding.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type BatchUpdateFindingsResponse Modifier and Type Method Description default CompletableFuture<BatchUpdateFindingsResponse>SecurityHubAsyncClient. batchUpdateFindings(Consumer<BatchUpdateFindingsRequest.Builder> batchUpdateFindingsRequest)Used by Security Hub customers to update information about their investigation into a finding.default CompletableFuture<BatchUpdateFindingsResponse>SecurityHubAsyncClient. batchUpdateFindings(BatchUpdateFindingsRequest batchUpdateFindingsRequest)Used by Security Hub customers to update information about their investigation into a finding.
-