Uses of Class
software.amazon.awssdk.services.internetmonitor.model.MonitorProcessingStatusCode
-
Packages that use MonitorProcessingStatusCode Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of MonitorProcessingStatusCode in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return MonitorProcessingStatusCode Modifier and Type Method Description static MonitorProcessingStatusCodeMonitorProcessingStatusCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MonitorProcessingStatusCodeGetMonitorResponse. processingStatus()The health of the data processing for the monitor.MonitorProcessingStatusCodeMonitor. processingStatus()The health of data processing for the monitor.static MonitorProcessingStatusCodeMonitorProcessingStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static MonitorProcessingStatusCode[]MonitorProcessingStatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.internetmonitor.model that return types with arguments of type MonitorProcessingStatusCode Modifier and Type Method Description static Set<MonitorProcessingStatusCode>MonitorProcessingStatusCode. knownValues()Methods in software.amazon.awssdk.services.internetmonitor.model with parameters of type MonitorProcessingStatusCode Modifier and Type Method Description GetMonitorResponse.BuilderGetMonitorResponse.Builder. processingStatus(MonitorProcessingStatusCode processingStatus)The health of the data processing for the monitor.Monitor.BuilderMonitor.Builder. processingStatus(MonitorProcessingStatusCode processingStatus)The health of data processing for the monitor.
-