Uses of Class
com.oracle.bmc.datasafe.model.UpdateAlertDetails
-
Packages that use UpdateAlertDetails Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of UpdateAlertDetails in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return UpdateAlertDetails Modifier and Type Method Description UpdateAlertDetails
UpdateAlertDetails.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type UpdateAlertDetails Modifier and Type Method Description UpdateAlertDetails.Builder
UpdateAlertDetails.Builder. copy(UpdateAlertDetails model)
-
Uses of UpdateAlertDetails in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return UpdateAlertDetails Modifier and Type Method Description UpdateAlertDetails
UpdateAlertRequest. getBody$()
Alternative accessor for the body parameter.UpdateAlertDetails
UpdateAlertRequest. getUpdateAlertDetails()
The details used to update alert status.Methods in com.oracle.bmc.datasafe.requests with parameters of type UpdateAlertDetails Modifier and Type Method Description UpdateAlertRequest.Builder
UpdateAlertRequest.Builder. body$(UpdateAlertDetails body)
Alternative setter for the body parameter.UpdateAlertRequest.Builder
UpdateAlertRequest.Builder. updateAlertDetails(UpdateAlertDetails updateAlertDetails)
The details used to update alert status.
-