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