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