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