Uses of Class
software.amazon.awssdk.services.securityhub.model.BatchUpdateFindingsUnprocessedFinding
Packages that use BatchUpdateFindingsUnprocessedFinding
-
Uses of BatchUpdateFindingsUnprocessedFinding in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type BatchUpdateFindingsUnprocessedFindingModifier and TypeMethodDescriptionBatchUpdateFindingsResponse.unprocessedFindings()The list of findings that were not updated.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type BatchUpdateFindingsUnprocessedFindingModifier and TypeMethodDescriptionBatchUpdateFindingsResponse.Builder.unprocessedFindings(BatchUpdateFindingsUnprocessedFinding... unprocessedFindings) The list of findings that were not updated.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type BatchUpdateFindingsUnprocessedFindingModifier and TypeMethodDescriptionBatchUpdateFindingsResponse.Builder.unprocessedFindings(Collection<BatchUpdateFindingsUnprocessedFinding> unprocessedFindings) The list of findings that were not updated.