Uses of Class
com.oracle.bmc.datasafe.model.UpdateAlertPolicyRuleDetails
-
Packages that use UpdateAlertPolicyRuleDetails Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of UpdateAlertPolicyRuleDetails in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return UpdateAlertPolicyRuleDetails Modifier and Type Method Description UpdateAlertPolicyRuleDetails
UpdateAlertPolicyRuleDetails.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type UpdateAlertPolicyRuleDetails Modifier and Type Method Description UpdateAlertPolicyRuleDetails.Builder
UpdateAlertPolicyRuleDetails.Builder. copy(UpdateAlertPolicyRuleDetails model)
-
Uses of UpdateAlertPolicyRuleDetails in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return UpdateAlertPolicyRuleDetails Modifier and Type Method Description UpdateAlertPolicyRuleDetails
UpdateAlertPolicyRuleRequest. getBody$()
Alternative accessor for the body parameter.UpdateAlertPolicyRuleDetails
UpdateAlertPolicyRuleRequest. getUpdateAlertPolicyRuleDetails()
The details used to update the alert policy rule.Methods in com.oracle.bmc.datasafe.requests with parameters of type UpdateAlertPolicyRuleDetails Modifier and Type Method Description UpdateAlertPolicyRuleRequest.Builder
UpdateAlertPolicyRuleRequest.Builder. body$(UpdateAlertPolicyRuleDetails body)
Alternative setter for the body parameter.UpdateAlertPolicyRuleRequest.Builder
UpdateAlertPolicyRuleRequest.Builder. updateAlertPolicyRuleDetails(UpdateAlertPolicyRuleDetails updateAlertPolicyRuleDetails)
The details used to update the alert policy rule.
-