Uses of Class
com.oracle.bmc.datasafe.requests.PatchAlertsRequest
-
Packages that use PatchAlertsRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of PatchAlertsRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type PatchAlertsRequest Modifier and Type Method Description PatchAlertsResponse
DataSafe. patchAlerts(PatchAlertsRequest request)
Updates the status of one or more alert specified by the alert IDs.Future<PatchAlertsResponse>
DataSafeAsync. patchAlerts(PatchAlertsRequest request, AsyncHandler<PatchAlertsRequest,PatchAlertsResponse> handler)
Updates the status of one or more alert specified by the alert IDs.Future<PatchAlertsResponse>
DataSafeAsyncClient. patchAlerts(PatchAlertsRequest request, AsyncHandler<PatchAlertsRequest,PatchAlertsResponse> handler)
PatchAlertsResponse
DataSafeClient. patchAlerts(PatchAlertsRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type PatchAlertsRequest Modifier and Type Method Description Future<PatchAlertsResponse>
DataSafeAsync. patchAlerts(PatchAlertsRequest request, AsyncHandler<PatchAlertsRequest,PatchAlertsResponse> handler)
Updates the status of one or more alert specified by the alert IDs.Future<PatchAlertsResponse>
DataSafeAsyncClient. patchAlerts(PatchAlertsRequest request, AsyncHandler<PatchAlertsRequest,PatchAlertsResponse> handler)
-
Uses of PatchAlertsRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return PatchAlertsRequest Modifier and Type Method Description PatchAlertsRequest
PatchAlertsRequest.Builder. build()
Build the instance of PatchAlertsRequest as configured by this builderPatchAlertsRequest
PatchAlertsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchAlertsRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type PatchAlertsRequest Modifier and Type Method Description PatchAlertsRequest.Builder
PatchAlertsRequest.Builder. copy(PatchAlertsRequest o)
Copy method to populate the builder with values from the given instance.
-