| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
static AlarmModelVersionStatus |
AlarmModelVersionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AlarmModelVersionStatus |
UpdateAlarmModelResponse.status()
The status of the alarm model.
|
AlarmModelVersionStatus |
AlarmModelVersionSummary.status()
The status of the alarm model.
|
AlarmModelVersionStatus |
CreateAlarmModelResponse.status()
The status of the alarm model.
|
AlarmModelVersionStatus |
DescribeAlarmModelResponse.status()
The status of the alarm model.
|
static AlarmModelVersionStatus |
AlarmModelVersionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlarmModelVersionStatus[] |
AlarmModelVersionStatus.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<AlarmModelVersionStatus> |
AlarmModelVersionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAlarmModelResponse.Builder |
UpdateAlarmModelResponse.Builder.status(AlarmModelVersionStatus status)
The status of the alarm model.
|
AlarmModelVersionSummary.Builder |
AlarmModelVersionSummary.Builder.status(AlarmModelVersionStatus status)
The status of the alarm model.
|
CreateAlarmModelResponse.Builder |
CreateAlarmModelResponse.Builder.status(AlarmModelVersionStatus status)
The status of the alarm model.
|
DescribeAlarmModelResponse.Builder |
DescribeAlarmModelResponse.Builder.status(AlarmModelVersionStatus status)
The status of the alarm model.
|
Copyright © 2022. All rights reserved.