| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentRecordSource |
IncidentRecordSource.clone() |
IncidentRecordSource |
IncidentRecord.getIncidentRecordSource()
Details about the action that started the incident.
|
IncidentRecordSource |
IncidentRecordSummary.getIncidentRecordSource()
What caused Incident Manager to create the incident.
|
IncidentRecordSource |
IncidentRecordSource.withCreatedBy(String createdBy)
The principal that started the incident.
|
IncidentRecordSource |
IncidentRecordSource.withInvokedBy(String invokedBy)
The principal the assumed the role specified of the
createdBy. |
IncidentRecordSource |
IncidentRecordSource.withResourceArn(String resourceArn)
The resource that caused the incident to be created.
|
IncidentRecordSource |
IncidentRecordSource.withSource(String source)
The service that started the incident.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentRecord.setIncidentRecordSource(IncidentRecordSource incidentRecordSource)
Details about the action that started the incident.
|
void |
IncidentRecordSummary.setIncidentRecordSource(IncidentRecordSource incidentRecordSource)
What caused Incident Manager to create the incident.
|
IncidentRecord |
IncidentRecord.withIncidentRecordSource(IncidentRecordSource incidentRecordSource)
Details about the action that started the incident.
|
IncidentRecordSummary |
IncidentRecordSummary.withIncidentRecordSource(IncidentRecordSource incidentRecordSource)
What caused Incident Manager to create the incident.
|
Copyright © 2021. All rights reserved.