Uses of Class
com.oracle.bmc.datasafe.model.AlertPolicyRuleCollection
-
Packages that use AlertPolicyRuleCollection Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.responses -
-
Uses of AlertPolicyRuleCollection in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AlertPolicyRuleCollection Modifier and Type Method Description AlertPolicyRuleCollection
AlertPolicyRuleCollection.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type AlertPolicyRuleCollection Modifier and Type Method Description AlertPolicyRuleCollection.Builder
AlertPolicyRuleCollection.Builder. copy(AlertPolicyRuleCollection model)
-
Uses of AlertPolicyRuleCollection in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return AlertPolicyRuleCollection Modifier and Type Method Description AlertPolicyRuleCollection
ListAlertPolicyRulesResponse. getAlertPolicyRuleCollection()
The returned AlertPolicyRuleCollection instance.Methods in com.oracle.bmc.datasafe.responses with parameters of type AlertPolicyRuleCollection Modifier and Type Method Description ListAlertPolicyRulesResponse.Builder
ListAlertPolicyRulesResponse.Builder. alertPolicyRuleCollection(AlertPolicyRuleCollection alertPolicyRuleCollection)
The returned AlertPolicyRuleCollection instance.
-