Uses of Class
com.oracle.bmc.datasafe.model.PatchAlertsDetails
-
Packages that use PatchAlertsDetails Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of PatchAlertsDetails in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return PatchAlertsDetails Modifier and Type Method Description PatchAlertsDetails
PatchAlertsDetails.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type PatchAlertsDetails Modifier and Type Method Description PatchAlertsDetails.Builder
PatchAlertsDetails.Builder. copy(PatchAlertsDetails model)
-
Uses of PatchAlertsDetails in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return PatchAlertsDetails Modifier and Type Method Description PatchAlertsDetails
PatchAlertsRequest. getBody$()
Alternative accessor for the body parameter.PatchAlertsDetails
PatchAlertsRequest. getPatchAlertsDetails()
The alert details to update the status of one or more alert specified by the alert IDs.Methods in com.oracle.bmc.datasafe.requests with parameters of type PatchAlertsDetails Modifier and Type Method Description PatchAlertsRequest.Builder
PatchAlertsRequest.Builder. body$(PatchAlertsDetails body)
Alternative setter for the body parameter.PatchAlertsRequest.Builder
PatchAlertsRequest.Builder. patchAlertsDetails(PatchAlertsDetails patchAlertsDetails)
The alert details to update the status of one or more alert specified by the alert IDs.
-