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