Uses of Class
com.oracle.bmc.datasafe.responses.PatchAlertsResponse
-
Packages that use PatchAlertsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of PatchAlertsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return PatchAlertsResponse Modifier and Type Method Description PatchAlertsResponse
DataSafe. patchAlerts(PatchAlertsRequest request)
Updates the status of one or more alert specified by the alert IDs.PatchAlertsResponse
DataSafeClient. patchAlerts(PatchAlertsRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type PatchAlertsResponse 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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type PatchAlertsResponse 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 PatchAlertsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return PatchAlertsResponse Modifier and Type Method Description PatchAlertsResponse
PatchAlertsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type PatchAlertsResponse Modifier and Type Method Description PatchAlertsResponse.Builder
PatchAlertsResponse.Builder. copy(PatchAlertsResponse o)
Copy method to populate the builder with values from the given instance.
-