| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
Finding |
Finding.clone() |
Finding |
Finding.withCreationTime(Date creationTime)
The timestamp for when a finding was created.
|
Finding |
Finding.withDetails(FindingDetails details)
Details about the finding.
|
Finding |
Finding.withId(String id)
The ID assigned to the finding.
|
Finding |
Finding.withLastModifiedTime(Date lastModifiedTime)
The timestamp for when the finding was most recently updated with additional information.
|
| Modifier and Type | Method and Description |
|---|---|
List<Finding> |
BatchGetIncidentFindingsResult.getFindings()
Information about the requested findings.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetIncidentFindingsResult |
BatchGetIncidentFindingsResult.withFindings(Finding... findings)
Information about the requested findings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetIncidentFindingsResult.setFindings(Collection<Finding> findings)
Information about the requested findings.
|
BatchGetIncidentFindingsResult |
BatchGetIncidentFindingsResult.withFindings(Collection<Finding> findings)
Information about the requested findings.
|
Copyright © 2025. All rights reserved.