Uses of Class
com.oracle.bmc.ons.requests.ListTopicsRequest
-
Packages that use ListTopicsRequest Package Description com.oracle.bmc.ons com.oracle.bmc.ons.requests -
-
Uses of ListTopicsRequest in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons with parameters of type ListTopicsRequest Modifier and Type Method Description ListTopicsResponse
NotificationControlPlane. listTopics(ListTopicsRequest request)
Lists topics in the specified compartment.Future<ListTopicsResponse>
NotificationControlPlaneAsync. listTopics(ListTopicsRequest request, AsyncHandler<ListTopicsRequest,ListTopicsResponse> handler)
Lists topics in the specified compartment.Future<ListTopicsResponse>
NotificationControlPlaneAsyncClient. listTopics(ListTopicsRequest request, AsyncHandler<ListTopicsRequest,ListTopicsResponse> handler)
ListTopicsResponse
NotificationControlPlaneClient. listTopics(ListTopicsRequest request)
Iterable<NotificationTopicSummary>
NotificationControlPlanePaginators. listTopicsRecordIterator(ListTopicsRequest request)
Creates a new iterable which will iterate over theNotificationTopicSummary
objects contained in responses from the listTopics operation.Iterable<ListTopicsResponse>
NotificationControlPlanePaginators. listTopicsResponseIterator(ListTopicsRequest request)
Creates a new iterable which will iterate over the responses received from the listTopics operation.Method parameters in com.oracle.bmc.ons with type arguments of type ListTopicsRequest Modifier and Type Method Description Future<ListTopicsResponse>
NotificationControlPlaneAsync. listTopics(ListTopicsRequest request, AsyncHandler<ListTopicsRequest,ListTopicsResponse> handler)
Lists topics in the specified compartment.Future<ListTopicsResponse>
NotificationControlPlaneAsyncClient. listTopics(ListTopicsRequest request, AsyncHandler<ListTopicsRequest,ListTopicsResponse> handler)
-
Uses of ListTopicsRequest in com.oracle.bmc.ons.requests
Methods in com.oracle.bmc.ons.requests that return ListTopicsRequest Modifier and Type Method Description ListTopicsRequest
ListTopicsRequest.Builder. build()
Build the instance of ListTopicsRequest as configured by this builderListTopicsRequest
ListTopicsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListTopicsRequest as configured by this builderMethods in com.oracle.bmc.ons.requests with parameters of type ListTopicsRequest Modifier and Type Method Description ListTopicsRequest.Builder
ListTopicsRequest.Builder. copy(ListTopicsRequest o)
Copy method to populate the builder with values from the given instance.
-