| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
NoteUpdate |
NoteUpdate.clone() |
NoteUpdate |
BatchUpdateFindingsRequest.getNote() |
NoteUpdate |
UpdateFindingsRequest.getNote()
The updated note for the finding.
|
NoteUpdate |
NoteUpdate.withText(String text)
The updated note text.
|
NoteUpdate |
NoteUpdate.withUpdatedBy(String updatedBy)
The principal that updated the note.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateFindingsRequest.setNote(NoteUpdate note) |
void |
UpdateFindingsRequest.setNote(NoteUpdate note)
The updated note for the finding.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withNote(NoteUpdate note) |
UpdateFindingsRequest |
UpdateFindingsRequest.withNote(NoteUpdate note)
The updated note for the finding.
|
Copyright © 2021. All rights reserved.