Uses of Class
com.oracle.bmc.datasafe.requests.UpdateAlertPolicyRuleRequest
-
Packages that use UpdateAlertPolicyRuleRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of UpdateAlertPolicyRuleRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type UpdateAlertPolicyRuleRequest Modifier and Type Method Description UpdateAlertPolicyRuleResponse
DataSafe. updateAlertPolicyRule(UpdateAlertPolicyRuleRequest request)
Updates the specified alert policy rule.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)
UpdateAlertPolicyRuleResponse
DataSafeClient. updateAlertPolicyRule(UpdateAlertPolicyRuleRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateAlertPolicyRuleRequest 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 UpdateAlertPolicyRuleRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return UpdateAlertPolicyRuleRequest Modifier and Type Method Description UpdateAlertPolicyRuleRequest
UpdateAlertPolicyRuleRequest.Builder. build()
Build the instance of UpdateAlertPolicyRuleRequest as configured by this builderUpdateAlertPolicyRuleRequest
UpdateAlertPolicyRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAlertPolicyRuleRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type UpdateAlertPolicyRuleRequest Modifier and Type Method Description UpdateAlertPolicyRuleRequest.Builder
UpdateAlertPolicyRuleRequest.Builder. copy(UpdateAlertPolicyRuleRequest o)
Copy method to populate the builder with values from the given instance.
-