Uses of Class
software.amazon.awssdk.services.securityhub.model.NoteUpdate
-
Packages that use NoteUpdate Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of NoteUpdate in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return NoteUpdate Modifier and Type Method Description NoteUpdateAutomationRulesFindingFieldsUpdate. note()Returns the value of the Note property for this object.NoteUpdateBatchUpdateFindingsRequest. note()Returns the value of the Note property for this object.NoteUpdateUpdateFindingsRequest. note()The updated note for the finding.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type NoteUpdate Modifier and Type Method Description AutomationRulesFindingFieldsUpdate.BuilderAutomationRulesFindingFieldsUpdate.Builder. note(NoteUpdate note)Sets the value of the Note property for this object.BatchUpdateFindingsRequest.BuilderBatchUpdateFindingsRequest.Builder. note(NoteUpdate note)Sets the value of the Note property for this object.UpdateFindingsRequest.BuilderUpdateFindingsRequest.Builder. note(NoteUpdate note)The updated note for the finding.
-