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