Uses of Class
com.oracle.bmc.datasafe.requests.DeleteAlertPolicyRuleRequest
-
Packages that use DeleteAlertPolicyRuleRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of DeleteAlertPolicyRuleRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type DeleteAlertPolicyRuleRequest Modifier and Type Method Description DeleteAlertPolicyRuleResponse
DataSafe. deleteAlertPolicyRule(DeleteAlertPolicyRuleRequest request)
Deletes the specified user-defined alert policy rule.Future<DeleteAlertPolicyRuleResponse>
DataSafeAsync. deleteAlertPolicyRule(DeleteAlertPolicyRuleRequest request, AsyncHandler<DeleteAlertPolicyRuleRequest,DeleteAlertPolicyRuleResponse> handler)
Deletes the specified user-defined alert policy rule.Future<DeleteAlertPolicyRuleResponse>
DataSafeAsyncClient. deleteAlertPolicyRule(DeleteAlertPolicyRuleRequest request, AsyncHandler<DeleteAlertPolicyRuleRequest,DeleteAlertPolicyRuleResponse> handler)
DeleteAlertPolicyRuleResponse
DataSafeClient. deleteAlertPolicyRule(DeleteAlertPolicyRuleRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type DeleteAlertPolicyRuleRequest Modifier and Type Method Description Future<DeleteAlertPolicyRuleResponse>
DataSafeAsync. deleteAlertPolicyRule(DeleteAlertPolicyRuleRequest request, AsyncHandler<DeleteAlertPolicyRuleRequest,DeleteAlertPolicyRuleResponse> handler)
Deletes the specified user-defined alert policy rule.Future<DeleteAlertPolicyRuleResponse>
DataSafeAsyncClient. deleteAlertPolicyRule(DeleteAlertPolicyRuleRequest request, AsyncHandler<DeleteAlertPolicyRuleRequest,DeleteAlertPolicyRuleResponse> handler)
-
Uses of DeleteAlertPolicyRuleRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return DeleteAlertPolicyRuleRequest Modifier and Type Method Description DeleteAlertPolicyRuleRequest
DeleteAlertPolicyRuleRequest.Builder. build()
Build the instance of DeleteAlertPolicyRuleRequest as configured by this builderDeleteAlertPolicyRuleRequest
DeleteAlertPolicyRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteAlertPolicyRuleRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type DeleteAlertPolicyRuleRequest Modifier and Type Method Description DeleteAlertPolicyRuleRequest.Builder
DeleteAlertPolicyRuleRequest.Builder. copy(DeleteAlertPolicyRuleRequest o)
Copy method to populate the builder with values from the given instance.
-