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