Uses of Class
software.amazon.awssdk.services.iotevents.model.DetectorModelVersionStatus
-
Packages that use DetectorModelVersionStatus Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of DetectorModelVersionStatus in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return DetectorModelVersionStatus Modifier and Type Method Description static DetectorModelVersionStatusDetectorModelVersionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DetectorModelVersionStatusDetectorModelConfiguration. status()The status of the detector model.DetectorModelVersionStatusDetectorModelVersionSummary. status()The status of the detector model version.static DetectorModelVersionStatusDetectorModelVersionStatus. 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.Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type DetectorModelVersionStatus Modifier and Type Method Description static Set<DetectorModelVersionStatus>DetectorModelVersionStatus. knownValues()Methods in software.amazon.awssdk.services.iotevents.model with parameters of type DetectorModelVersionStatus Modifier and Type Method Description DetectorModelConfiguration.BuilderDetectorModelConfiguration.Builder. status(DetectorModelVersionStatus status)The status of the detector model.DetectorModelVersionSummary.BuilderDetectorModelVersionSummary.Builder. status(DetectorModelVersionStatus status)The status of the detector model version.
-