Uses of Class
com.oracle.bmc.datasafe.responses.DeleteAlertPolicyResponse
-
Packages that use DeleteAlertPolicyResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of DeleteAlertPolicyResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return DeleteAlertPolicyResponse Modifier and Type Method Description DeleteAlertPolicyResponse
DataSafe. deleteAlertPolicy(DeleteAlertPolicyRequest request)
Deletes the specified user-defined alert policy.DeleteAlertPolicyResponse
DataSafeClient. deleteAlertPolicy(DeleteAlertPolicyRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type DeleteAlertPolicyResponse Modifier and Type Method Description Future<DeleteAlertPolicyResponse>
DataSafeAsync. deleteAlertPolicy(DeleteAlertPolicyRequest request, AsyncHandler<DeleteAlertPolicyRequest,DeleteAlertPolicyResponse> handler)
Deletes the specified user-defined alert policy.Future<DeleteAlertPolicyResponse>
DataSafeAsyncClient. deleteAlertPolicy(DeleteAlertPolicyRequest request, AsyncHandler<DeleteAlertPolicyRequest,DeleteAlertPolicyResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type DeleteAlertPolicyResponse Modifier and Type Method Description Future<DeleteAlertPolicyResponse>
DataSafeAsync. deleteAlertPolicy(DeleteAlertPolicyRequest request, AsyncHandler<DeleteAlertPolicyRequest,DeleteAlertPolicyResponse> handler)
Deletes the specified user-defined alert policy.Future<DeleteAlertPolicyResponse>
DataSafeAsyncClient. deleteAlertPolicy(DeleteAlertPolicyRequest request, AsyncHandler<DeleteAlertPolicyRequest,DeleteAlertPolicyResponse> handler)
-
Uses of DeleteAlertPolicyResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return DeleteAlertPolicyResponse Modifier and Type Method Description DeleteAlertPolicyResponse
DeleteAlertPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type DeleteAlertPolicyResponse Modifier and Type Method Description DeleteAlertPolicyResponse.Builder
DeleteAlertPolicyResponse.Builder. copy(DeleteAlertPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-