Uses of Class
com.oracle.bmc.dblm.model.NotificationCollection
-
Packages that use NotificationCollection Package Description com.oracle.bmc.dblm.model com.oracle.bmc.dblm.responses -
-
Uses of NotificationCollection in com.oracle.bmc.dblm.model
Methods in com.oracle.bmc.dblm.model that return NotificationCollection Modifier and Type Method Description NotificationCollection
NotificationCollection.Builder. build()
Methods in com.oracle.bmc.dblm.model with parameters of type NotificationCollection Modifier and Type Method Description NotificationCollection.Builder
NotificationCollection.Builder. copy(NotificationCollection model)
-
Uses of NotificationCollection in com.oracle.bmc.dblm.responses
Methods in com.oracle.bmc.dblm.responses that return NotificationCollection Modifier and Type Method Description NotificationCollection
ListNotificationsResponse. getNotificationCollection()
The returned NotificationCollection instance.Methods in com.oracle.bmc.dblm.responses with parameters of type NotificationCollection Modifier and Type Method Description ListNotificationsResponse.Builder
ListNotificationsResponse.Builder. notificationCollection(NotificationCollection notificationCollection)
The returned NotificationCollection instance.
-