Uses of Class
com.oracle.bmc.datasafe.responses.DeleteAlertPolicyRuleResponse
-
Packages that use DeleteAlertPolicyRuleResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of DeleteAlertPolicyRuleResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return DeleteAlertPolicyRuleResponse Modifier and Type Method Description DeleteAlertPolicyRuleResponse
DataSafe. deleteAlertPolicyRule(DeleteAlertPolicyRuleRequest request)
Deletes the specified user-defined alert policy rule.DeleteAlertPolicyRuleResponse
DataSafeClient. deleteAlertPolicyRule(DeleteAlertPolicyRuleRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type DeleteAlertPolicyRuleResponse 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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type DeleteAlertPolicyRuleResponse 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 DeleteAlertPolicyRuleResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return DeleteAlertPolicyRuleResponse Modifier and Type Method Description DeleteAlertPolicyRuleResponse
DeleteAlertPolicyRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type DeleteAlertPolicyRuleResponse Modifier and Type Method Description DeleteAlertPolicyRuleResponse.Builder
DeleteAlertPolicyRuleResponse.Builder. copy(DeleteAlertPolicyRuleResponse o)
Copy method to populate the builder with values from the given instance.
-