Uses of Class
com.oracle.bmc.ons.responses.ListSubscriptionsResponse
-
Packages that use ListSubscriptionsResponse Package Description com.oracle.bmc.ons com.oracle.bmc.ons.responses -
-
Uses of ListSubscriptionsResponse in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons that return ListSubscriptionsResponse Modifier and Type Method Description ListSubscriptionsResponse
NotificationDataPlane. listSubscriptions(ListSubscriptionsRequest request)
Lists the subscriptions in the specified compartment or topic.ListSubscriptionsResponse
NotificationDataPlaneClient. listSubscriptions(ListSubscriptionsRequest request)
Methods in com.oracle.bmc.ons that return types with arguments of type ListSubscriptionsResponse Modifier and Type Method Description Future<ListSubscriptionsResponse>
NotificationDataPlaneAsync. listSubscriptions(ListSubscriptionsRequest request, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResponse> handler)
Lists the subscriptions in the specified compartment or topic.Future<ListSubscriptionsResponse>
NotificationDataPlaneAsyncClient. listSubscriptions(ListSubscriptionsRequest request, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResponse> handler)
Iterable<ListSubscriptionsResponse>
NotificationDataPlanePaginators. listSubscriptionsResponseIterator(ListSubscriptionsRequest request)
Creates a new iterable which will iterate over the responses received from the listSubscriptions operation.Method parameters in com.oracle.bmc.ons with type arguments of type ListSubscriptionsResponse Modifier and Type Method Description Future<ListSubscriptionsResponse>
NotificationDataPlaneAsync. listSubscriptions(ListSubscriptionsRequest request, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResponse> handler)
Lists the subscriptions in the specified compartment or topic.Future<ListSubscriptionsResponse>
NotificationDataPlaneAsyncClient. listSubscriptions(ListSubscriptionsRequest request, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResponse> handler)
-
Uses of ListSubscriptionsResponse in com.oracle.bmc.ons.responses
Methods in com.oracle.bmc.ons.responses that return ListSubscriptionsResponse Modifier and Type Method Description ListSubscriptionsResponse
ListSubscriptionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ons.responses with parameters of type ListSubscriptionsResponse Modifier and Type Method Description ListSubscriptionsResponse.Builder
ListSubscriptionsResponse.Builder. copy(ListSubscriptionsResponse o)
Copy method to populate the builder with values from the given instance.
-