Uses of Class
com.oracle.bmc.datasafe.responses.UpdateAlertPolicyRuleResponse
- 
Packages that use UpdateAlertPolicyRuleResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses 
- 
- 
Uses of UpdateAlertPolicyRuleResponse in com.oracle.bmc.datasafeMethods in com.oracle.bmc.datasafe that return UpdateAlertPolicyRuleResponse Modifier and Type Method Description UpdateAlertPolicyRuleResponseDataSafe. updateAlertPolicyRule(UpdateAlertPolicyRuleRequest request)Updates the specified alert policy rule.UpdateAlertPolicyRuleResponseDataSafeClient. updateAlertPolicyRule(UpdateAlertPolicyRuleRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type UpdateAlertPolicyRuleResponse Modifier and Type Method Description Future<UpdateAlertPolicyRuleResponse>DataSafeAsync. updateAlertPolicyRule(UpdateAlertPolicyRuleRequest request, AsyncHandler<UpdateAlertPolicyRuleRequest,UpdateAlertPolicyRuleResponse> handler)Updates the specified alert policy rule.Future<UpdateAlertPolicyRuleResponse>DataSafeAsyncClient. updateAlertPolicyRule(UpdateAlertPolicyRuleRequest request, AsyncHandler<UpdateAlertPolicyRuleRequest,UpdateAlertPolicyRuleResponse> handler)Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateAlertPolicyRuleResponse Modifier and Type Method Description Future<UpdateAlertPolicyRuleResponse>DataSafeAsync. updateAlertPolicyRule(UpdateAlertPolicyRuleRequest request, AsyncHandler<UpdateAlertPolicyRuleRequest,UpdateAlertPolicyRuleResponse> handler)Updates the specified alert policy rule.Future<UpdateAlertPolicyRuleResponse>DataSafeAsyncClient. updateAlertPolicyRule(UpdateAlertPolicyRuleRequest request, AsyncHandler<UpdateAlertPolicyRuleRequest,UpdateAlertPolicyRuleResponse> handler)
- 
Uses of UpdateAlertPolicyRuleResponse in com.oracle.bmc.datasafe.responsesMethods in com.oracle.bmc.datasafe.responses that return UpdateAlertPolicyRuleResponse Modifier and Type Method Description UpdateAlertPolicyRuleResponseUpdateAlertPolicyRuleResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type UpdateAlertPolicyRuleResponse Modifier and Type Method Description UpdateAlertPolicyRuleResponse.BuilderUpdateAlertPolicyRuleResponse.Builder. copy(UpdateAlertPolicyRuleResponse o)Copy method to populate the builder with values from the given instance.
 
-