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.datasafe
Methods in com.oracle.bmc.datasafe that return UpdateAlertPolicyRuleResponse Modifier and Type Method Description UpdateAlertPolicyRuleResponse
DataSafe. updateAlertPolicyRule(UpdateAlertPolicyRuleRequest request)
Updates the specified alert policy rule.UpdateAlertPolicyRuleResponse
DataSafeClient. 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.responses
Methods in com.oracle.bmc.datasafe.responses that return UpdateAlertPolicyRuleResponse Modifier and Type Method Description UpdateAlertPolicyRuleResponse
UpdateAlertPolicyRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type UpdateAlertPolicyRuleResponse Modifier and Type Method Description UpdateAlertPolicyRuleResponse.Builder
UpdateAlertPolicyRuleResponse.Builder. copy(UpdateAlertPolicyRuleResponse o)
Copy method to populate the builder with values from the given instance.
-