Uses of Class
com.oracle.bmc.datasafe.model.CreateAlertPolicyRuleDetails
-
Packages that use CreateAlertPolicyRuleDetails Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of CreateAlertPolicyRuleDetails in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CreateAlertPolicyRuleDetails Modifier and Type Method Description CreateAlertPolicyRuleDetails
CreateAlertPolicyRuleDetails.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type CreateAlertPolicyRuleDetails Modifier and Type Method Description List<CreateAlertPolicyRuleDetails>
CreateAlertPolicyDetails. getAlertPolicyRuleDetails()
The details of the alert policy rule.Methods in com.oracle.bmc.datasafe.model with parameters of type CreateAlertPolicyRuleDetails Modifier and Type Method Description CreateAlertPolicyRuleDetails.Builder
CreateAlertPolicyRuleDetails.Builder. copy(CreateAlertPolicyRuleDetails model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type CreateAlertPolicyRuleDetails Modifier and Type Method Description CreateAlertPolicyDetails.Builder
CreateAlertPolicyDetails.Builder. alertPolicyRuleDetails(List<CreateAlertPolicyRuleDetails> alertPolicyRuleDetails)
The details of the alert policy rule.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type CreateAlertPolicyRuleDetails Constructor Description 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 CreateAlertPolicyRuleDetails in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return CreateAlertPolicyRuleDetails Modifier and Type Method Description CreateAlertPolicyRuleDetails
CreateAlertPolicyRuleRequest. getBody$()
Alternative accessor for the body parameter.CreateAlertPolicyRuleDetails
CreateAlertPolicyRuleRequest. getCreateAlertPolicyRuleDetails()
The details used to create a new alert policy rule.Methods in com.oracle.bmc.datasafe.requests with parameters of type CreateAlertPolicyRuleDetails Modifier and Type Method Description CreateAlertPolicyRuleRequest.Builder
CreateAlertPolicyRuleRequest.Builder. body$(CreateAlertPolicyRuleDetails body)
Alternative setter for the body parameter.CreateAlertPolicyRuleRequest.Builder
CreateAlertPolicyRuleRequest.Builder. createAlertPolicyRuleDetails(CreateAlertPolicyRuleDetails createAlertPolicyRuleDetails)
The details used to create a new alert policy rule.
-