Uses of Class
com.oracle.bmc.datasafe.model.AlertCollection
-
Packages that use AlertCollection Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.responses -
-
Uses of AlertCollection in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AlertCollection Modifier and Type Method Description AlertCollection
AlertCollection.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type AlertCollection Modifier and Type Method Description AlertCollection.Builder
AlertCollection.Builder. copy(AlertCollection model)
-
Uses of AlertCollection in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return AlertCollection Modifier and Type Method Description AlertCollection
ListAlertsResponse. getAlertCollection()
The returned AlertCollection instance.Methods in com.oracle.bmc.datasafe.responses with parameters of type AlertCollection Modifier and Type Method Description ListAlertsResponse.Builder
ListAlertsResponse.Builder. alertCollection(AlertCollection alertCollection)
The returned AlertCollection instance.
-