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