Uses of Class
com.oracle.bmc.datasafe.model.AlertPolicyRule
-
Packages that use AlertPolicyRule Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.responses -
-
Uses of AlertPolicyRule in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AlertPolicyRule Modifier and Type Method Description AlertPolicyRule
AlertPolicyRule.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type AlertPolicyRule Modifier and Type Method Description AlertPolicyRule.Builder
AlertPolicyRule.Builder. copy(AlertPolicyRule model)
-
Uses of AlertPolicyRule in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return AlertPolicyRule Modifier and Type Method Description AlertPolicyRule
CreateAlertPolicyRuleResponse. getAlertPolicyRule()
The returned AlertPolicyRule instance.AlertPolicyRule
GetAlertPolicyRuleResponse. getAlertPolicyRule()
The returned AlertPolicyRule instance.Methods in com.oracle.bmc.datasafe.responses with parameters of type AlertPolicyRule Modifier and Type Method Description CreateAlertPolicyRuleResponse.Builder
CreateAlertPolicyRuleResponse.Builder. alertPolicyRule(AlertPolicyRule alertPolicyRule)
The returned AlertPolicyRule instance.GetAlertPolicyRuleResponse.Builder
GetAlertPolicyRuleResponse.Builder. alertPolicyRule(AlertPolicyRule alertPolicyRule)
The returned AlertPolicyRule instance.
-