Uses of Class
com.oracle.bmc.datasafe.model.AlertStatus
-
Packages that use AlertStatus Package Description com.oracle.bmc.datasafe.model -
-
Uses of AlertStatus in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AlertStatus Modifier and Type Method Description static AlertStatus
AlertStatus. create(String key)
AlertStatus
Alert. getStatus()
The status of the alert.AlertStatus
AlertSummary. getStatus()
The status of the alert.AlertStatus
AlertsUpdateDetails. getStatus()
The status of the alert.AlertStatus
UpdateAlertDetails. getStatus()
The status of the alert.static AlertStatus
AlertStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static AlertStatus[]
AlertStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type AlertStatus Modifier and Type Method Description Alert.Builder
Alert.Builder. status(AlertStatus status)
The status of the alert.AlertSummary.Builder
AlertSummary.Builder. status(AlertStatus status)
The status of the alert.AlertsUpdateDetails.Builder
AlertsUpdateDetails.Builder. status(AlertStatus status)
The status of the alert.UpdateAlertDetails.Builder
UpdateAlertDetails.Builder. status(AlertStatus status)
The status of the alert.Constructors in com.oracle.bmc.datasafe.model with parameters of type AlertStatus Constructor Description Alert(String id, AlertStatus status, AlertSeverity severity, String displayName, String description, Date operationTime, String operation, Alert.OperationStatus operationStatus, List<String> targetIds, List<String> targetNames, String policyId, AlertType alertType, String resourceName, Map<String,Map<String,Object>> featureDetails, String comment, String compartmentId, AlertLifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String alertPolicyRuleKey, String alertPolicyRuleName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.AlertSummary(String id, AlertStatus status, String displayName, String description, AlertSeverity severity, Date operationTime, String operation, AlertSummary.OperationStatus operationStatus, List<String> targetIds, List<String> targetNames, String policyId, AlertType alertType, String compartmentId, Date timeCreated, Date timeUpdated, AlertLifecycleState lifecycleState, String alertPolicyRuleKey, String alertPolicyRuleName, Map<String,Map<String,Object>> featureDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.AlertsUpdateDetails(AlertStatus status, String compartmentId, String targetId)
Deprecated.UpdateAlertDetails(String comment, AlertStatus status, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-