Uses of Class
com.oracle.bmc.ons.model.NotificationTopicSummary
-
Packages that use NotificationTopicSummary Package Description com.oracle.bmc.ons com.oracle.bmc.ons.model com.oracle.bmc.ons.responses -
-
Uses of NotificationTopicSummary in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons that return types with arguments of type NotificationTopicSummary Modifier and Type Method Description Iterable<NotificationTopicSummary>
NotificationControlPlanePaginators. listTopicsRecordIterator(ListTopicsRequest request)
Creates a new iterable which will iterate over theNotificationTopicSummary
objects contained in responses from the listTopics operation. -
Uses of NotificationTopicSummary in com.oracle.bmc.ons.model
Methods in com.oracle.bmc.ons.model that return NotificationTopicSummary Modifier and Type Method Description NotificationTopicSummary
NotificationTopicSummary.Builder. build()
Methods in com.oracle.bmc.ons.model with parameters of type NotificationTopicSummary Modifier and Type Method Description NotificationTopicSummary.Builder
NotificationTopicSummary.Builder. copy(NotificationTopicSummary model)
-
Uses of NotificationTopicSummary in com.oracle.bmc.ons.responses
Methods in com.oracle.bmc.ons.responses that return types with arguments of type NotificationTopicSummary Modifier and Type Method Description List<NotificationTopicSummary>
ListTopicsResponse. getItems()
A list of com.oracle.bmc.ons.model.NotificationTopicSummary instances.Method parameters in com.oracle.bmc.ons.responses with type arguments of type NotificationTopicSummary Modifier and Type Method Description ListTopicsResponse.Builder
ListTopicsResponse.Builder. items(List<NotificationTopicSummary> items)
A list of com.oracle.bmc.ons.model.NotificationTopicSummary instances.
-