| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static TreatMissingData |
TreatMissingData.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TreatMissingData |
Alarm.treatMissingData()
Specifies how the alarm handles missing data points.
|
TreatMissingData |
PutAlarmRequest.treatMissingData()
Sets how this alarm will handle missing data points.
|
static TreatMissingData |
TreatMissingData.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreatMissingData[] |
TreatMissingData.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<TreatMissingData> |
TreatMissingData.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Alarm.Builder |
Alarm.Builder.treatMissingData(TreatMissingData treatMissingData)
Specifies how the alarm handles missing data points.
|
PutAlarmRequest.Builder |
PutAlarmRequest.Builder.treatMissingData(TreatMissingData treatMissingData)
Sets how this alarm will handle missing data points.
|
Copyright © 2022. All rights reserved.