Uses of Class
com.oracle.bmc.ons.responses.ListTopicsResponse
-
Packages that use ListTopicsResponse Package Description com.oracle.bmc.ons com.oracle.bmc.ons.responses -
-
Uses of ListTopicsResponse in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons that return ListTopicsResponse Modifier and Type Method Description ListTopicsResponse
NotificationControlPlane. listTopics(ListTopicsRequest request)
Lists topics in the specified compartment.ListTopicsResponse
NotificationControlPlaneClient. listTopics(ListTopicsRequest request)
Methods in com.oracle.bmc.ons that return types with arguments of type ListTopicsResponse 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)
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 ListTopicsResponse 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 ListTopicsResponse in com.oracle.bmc.ons.responses
Methods in com.oracle.bmc.ons.responses that return ListTopicsResponse Modifier and Type Method Description ListTopicsResponse
ListTopicsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ons.responses with parameters of type ListTopicsResponse Modifier and Type Method Description ListTopicsResponse.Builder
ListTopicsResponse.Builder. copy(ListTopicsResponse o)
Copy method to populate the builder with values from the given instance.
-