| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
FindingSummary |
FindingSummary.clone() |
FindingSummary |
FindingSummary.withId(String id)
The ID of the finding.
|
FindingSummary |
FindingSummary.withLastModifiedTime(Date lastModifiedTime)
The timestamp for when the finding was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<FindingSummary> |
ListIncidentFindingsResult.getFindings()
A list of findings that represent deployments that might be the potential cause of the incident.
|
| Modifier and Type | Method and Description |
|---|---|
ListIncidentFindingsResult |
ListIncidentFindingsResult.withFindings(FindingSummary... findings)
A list of findings that represent deployments that might be the potential cause of the incident.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIncidentFindingsResult.setFindings(Collection<FindingSummary> findings)
A list of findings that represent deployments that might be the potential cause of the incident.
|
ListIncidentFindingsResult |
ListIncidentFindingsResult.withFindings(Collection<FindingSummary> findings)
A list of findings that represent deployments that might be the potential cause of the incident.
|
Copyright © 2025. All rights reserved.