Uses of Class
com.oracle.bmc.ons.model.NotificationTopic
-
Packages that use NotificationTopic Package Description com.oracle.bmc.ons.model com.oracle.bmc.ons.responses -
-
Uses of NotificationTopic in com.oracle.bmc.ons.model
Methods in com.oracle.bmc.ons.model that return NotificationTopic Modifier and Type Method Description NotificationTopic
NotificationTopic.Builder. build()
Methods in com.oracle.bmc.ons.model with parameters of type NotificationTopic Modifier and Type Method Description NotificationTopic.Builder
NotificationTopic.Builder. copy(NotificationTopic model)
-
Uses of NotificationTopic in com.oracle.bmc.ons.responses
Methods in com.oracle.bmc.ons.responses that return NotificationTopic Modifier and Type Method Description NotificationTopic
CreateTopicResponse. getNotificationTopic()
The returned NotificationTopic instance.NotificationTopic
GetTopicResponse. getNotificationTopic()
The returned NotificationTopic instance.NotificationTopic
UpdateTopicResponse. getNotificationTopic()
The returned NotificationTopic instance.Methods in com.oracle.bmc.ons.responses with parameters of type NotificationTopic Modifier and Type Method Description CreateTopicResponse.Builder
CreateTopicResponse.Builder. notificationTopic(NotificationTopic notificationTopic)
The returned NotificationTopic instance.GetTopicResponse.Builder
GetTopicResponse.Builder. notificationTopic(NotificationTopic notificationTopic)
The returned NotificationTopic instance.UpdateTopicResponse.Builder
UpdateTopicResponse.Builder. notificationTopic(NotificationTopic notificationTopic)
The returned NotificationTopic instance.
-