Uses of Class
com.oracle.bmc.datasafe.model.AlertPolicyRuleSummary
-
Packages that use AlertPolicyRuleSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of AlertPolicyRuleSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type AlertPolicyRuleSummary Modifier and Type Method Description Iterable<AlertPolicyRuleSummary>
DataSafePaginators. listAlertPolicyRulesRecordIterator(ListAlertPolicyRulesRequest request)
Creates a new iterable which will iterate over theAlertPolicyRuleSummary
objects contained in responses from the listAlertPolicyRules operation. -
Uses of AlertPolicyRuleSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AlertPolicyRuleSummary Modifier and Type Method Description AlertPolicyRuleSummary
AlertPolicyRuleSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type AlertPolicyRuleSummary Modifier and Type Method Description List<AlertPolicyRuleSummary>
AlertPolicyRuleCollection. getItems()
Array of alert policy rules summaryMethods in com.oracle.bmc.datasafe.model with parameters of type AlertPolicyRuleSummary Modifier and Type Method Description AlertPolicyRuleSummary.Builder
AlertPolicyRuleSummary.Builder. copy(AlertPolicyRuleSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type AlertPolicyRuleSummary Modifier and Type Method Description AlertPolicyRuleCollection.Builder
AlertPolicyRuleCollection.Builder. items(List<AlertPolicyRuleSummary> items)
Array of alert policy rules summaryConstructor parameters in com.oracle.bmc.datasafe.model with type arguments of type AlertPolicyRuleSummary Constructor Description AlertPolicyRuleCollection(List<AlertPolicyRuleSummary> items)
Deprecated.
-