Uses of Class
com.oracle.bmc.multicloud.model.MulticloudAlert.AlertStatus
-
Packages that use MulticloudAlert.AlertStatus Package Description com.oracle.bmc.multicloud.model -
-
Uses of MulticloudAlert.AlertStatus in com.oracle.bmc.multicloud.model
Methods in com.oracle.bmc.multicloud.model that return MulticloudAlert.AlertStatus Modifier and Type Method Description static MulticloudAlert.AlertStatusMulticloudAlert.AlertStatus. create(String key)MulticloudAlert.AlertStatusMulticloudAlert. getAlertStatus()Current acknowledgment status of the alert.static MulticloudAlert.AlertStatusMulticloudAlert.AlertStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MulticloudAlert.AlertStatus[]MulticloudAlert.AlertStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.multicloud.model with parameters of type MulticloudAlert.AlertStatus Modifier and Type Method Description MulticloudAlert.BuilderMulticloudAlert.Builder. alertStatus(MulticloudAlert.AlertStatus alertStatus)Current acknowledgment status of the alert.Constructors in com.oracle.bmc.multicloud.model with parameters of type MulticloudAlert.AlertStatus Constructor Description MulticloudAlert(String id, String displayName, String description, String alertType, MulticloudAlert.Severity severity, String subscriptionId, SubscriptionType subscriptionType, MulticloudAlert.AlertStatus alertStatus, Date timeCreated, Date timeUpdated, String resourceId, String resourceType, String compartmentId, String functionType, String source, String alertId, MulticloudAlert.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String sourceRegion, Map<String,String> additionalParameters)Deprecated.
-