| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
static IncidentRecordStatus |
IncidentRecordStatus.fromValue(String value)
Use this in place of valueOf.
|
static IncidentRecordStatus |
IncidentRecordStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncidentRecordStatus[] |
IncidentRecordStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentRecordSummary |
IncidentRecordSummary.withStatus(IncidentRecordStatus status)
The current status of the incident.
|
IncidentRecord |
IncidentRecord.withStatus(IncidentRecordStatus status)
The current status of the incident.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withStatus(IncidentRecordStatus status)
The status of the incident.
|
Copyright © 2024. All rights reserved.