| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetIncidentFindingsError |
BatchGetIncidentFindingsError.clone() |
BatchGetIncidentFindingsError |
BatchGetIncidentFindingsError.withCode(String code)
The code associated with an error that was returned for a
BatchGetIncidentFindings operation. |
BatchGetIncidentFindingsError |
BatchGetIncidentFindingsError.withFindingId(String findingId)
The ID of a specified finding for which an error was returned for a
BatchGetIncidentFindings
operation. |
BatchGetIncidentFindingsError |
BatchGetIncidentFindingsError.withMessage(String message)
The description for an error that was returned for a
BatchGetIncidentFindings operation. |
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetIncidentFindingsError> |
BatchGetIncidentFindingsResult.getErrors()
A list of errors encountered during the operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetIncidentFindingsResult |
BatchGetIncidentFindingsResult.withErrors(BatchGetIncidentFindingsError... errors)
A list of errors encountered during the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetIncidentFindingsResult.setErrors(Collection<BatchGetIncidentFindingsError> errors)
A list of errors encountered during the operation.
|
BatchGetIncidentFindingsResult |
BatchGetIncidentFindingsResult.withErrors(Collection<BatchGetIncidentFindingsError> errors)
A list of errors encountered during the operation.
|
Copyright © 2025. All rights reserved.