Uses of Class
software.amazon.awssdk.services.securityhub.model.FindingHistoryUpdate
-
Packages that use FindingHistoryUpdate Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of FindingHistoryUpdate in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type FindingHistoryUpdate Modifier and Type Method Description List<FindingHistoryUpdate>FindingHistoryRecord. updates()An array of objects that provides details about the finding change event, including the Amazon Web Services Security Finding Format (ASFF) field that changed, the value of the field before the change, and the value of the field after the change.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type FindingHistoryUpdate Modifier and Type Method Description FindingHistoryRecord.BuilderFindingHistoryRecord.Builder. updates(FindingHistoryUpdate... updates)An array of objects that provides details about the finding change event, including the Amazon Web Services Security Finding Format (ASFF) field that changed, the value of the field before the change, and the value of the field after the change.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type FindingHistoryUpdate Modifier and Type Method Description FindingHistoryRecord.BuilderFindingHistoryRecord.Builder. updates(Collection<FindingHistoryUpdate> updates)An array of objects that provides details about the finding change event, including the Amazon Web Services Security Finding Format (ASFF) field that changed, the value of the field before the change, and the value of the field after the change.
-