| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
static IncidentRecordStatus |
IncidentRecordStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IncidentRecordStatus |
UpdateIncidentRecordRequest.status()
The status of the incident.
|
IncidentRecordStatus |
IncidentRecord.status()
The current status of the incident.
|
IncidentRecordStatus |
IncidentRecordSummary.status()
The current status of the incident.
|
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 |
|---|---|
static Set<IncidentRecordStatus> |
IncidentRecordStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.status(IncidentRecordStatus status)
The status of the incident.
|
IncidentRecord.Builder |
IncidentRecord.Builder.status(IncidentRecordStatus status)
The current status of the incident.
|
IncidentRecordSummary.Builder |
IncidentRecordSummary.Builder.status(IncidentRecordStatus status)
The current status of the incident.
|
Copyright © 2023. All rights reserved.