Uses of Class
com.oracle.bmc.datasafe.model.AlertPolicyType
-
Packages that use AlertPolicyType Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of AlertPolicyType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AlertPolicyType Modifier and Type Method Description static AlertPolicyTypeAlertPolicyType. create(String key)AlertPolicyTypeAlertPolicy. getAlertPolicyType()Indicates the Data Safe feature to which the alert policy belongs.AlertPolicyTypeAlertPolicySummary. getAlertPolicyType()Indicates the Data Safe feature that the alert policy belongs to.AlertPolicyTypeCreateAlertPolicyDetails. getAlertPolicyType()Indicates the Data Safe feature the alert policy belongs tostatic AlertPolicyTypeAlertPolicyType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertPolicyType[]AlertPolicyType. 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 AlertPolicyType Modifier and Type Method Description AlertPolicy.BuilderAlertPolicy.Builder. alertPolicyType(AlertPolicyType alertPolicyType)Indicates the Data Safe feature to which the alert policy belongs.AlertPolicySummary.BuilderAlertPolicySummary.Builder. alertPolicyType(AlertPolicyType alertPolicyType)Indicates the Data Safe feature that the alert policy belongs to.CreateAlertPolicyDetails.BuilderCreateAlertPolicyDetails.Builder. alertPolicyType(AlertPolicyType alertPolicyType)Indicates the Data Safe feature the alert policy belongs toConstructors in com.oracle.bmc.datasafe.model with parameters of type AlertPolicyType Constructor Description AlertPolicy(String id, String displayName, String description, AlertPolicyType alertPolicyType, Boolean isUserDefined, AlertSeverity severity, String compartmentId, Date timeCreated, Date timeUpdated, AlertPolicyLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.AlertPolicySummary(String id, String displayName, String description, AlertPolicyType alertPolicyType, Boolean isUserDefined, AlertSeverity severity, String compartmentId, Date timeCreated, Date timeUpdated, AlertPolicyLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.CreateAlertPolicyDetails(AlertPolicyType alertPolicyType, String displayName, String description, AlertSeverity severity, String compartmentId, List<CreateAlertPolicyRuleDetails> alertPolicyRuleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated. -
Uses of AlertPolicyType in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return AlertPolicyType Modifier and Type Method Description AlertPolicyTypeListAlertPoliciesRequest. getType()An optional filter to return only alert policies of a certain type.Methods in com.oracle.bmc.datasafe.requests with parameters of type AlertPolicyType Modifier and Type Method Description ListAlertPoliciesRequest.BuilderListAlertPoliciesRequest.Builder. type(AlertPolicyType type)An optional filter to return only alert policies of a certain type.
-