Uses of Class
com.oracle.bmc.datasafe.model.Alert
-
Packages that use Alert Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.responses -
-
Uses of Alert in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return Alert Modifier and Type Method Description Alert
Alert.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type Alert Modifier and Type Method Description Alert.Builder
Alert.Builder. copy(Alert model)
-
Uses of Alert in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return Alert Modifier and Type Method Description Alert
GetAlertResponse. getAlert()
The returned Alert instance.Alert
UpdateAlertResponse. getAlert()
The returned Alert instance.Methods in com.oracle.bmc.datasafe.responses with parameters of type Alert Modifier and Type Method Description GetAlertResponse.Builder
GetAlertResponse.Builder. alert(Alert alert)
The returned Alert instance.UpdateAlertResponse.Builder
UpdateAlertResponse.Builder. alert(Alert alert)
The returned Alert instance.
-