Uses of Class
software.amazon.awssdk.services.iotsitewise.model.MonitorErrorCode
-
Packages that use MonitorErrorCode Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of MonitorErrorCode in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return MonitorErrorCode Modifier and Type Method Description MonitorErrorCodeMonitorErrorDetails. code()The error code.static MonitorErrorCodeMonitorErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MonitorErrorCodeMonitorErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static MonitorErrorCode[]MonitorErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type MonitorErrorCode Modifier and Type Method Description static Set<MonitorErrorCode>MonitorErrorCode. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type MonitorErrorCode Modifier and Type Method Description MonitorErrorDetails.BuilderMonitorErrorDetails.Builder. code(MonitorErrorCode code)The error code.
-