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