Uses of Class
com.oracle.bmc.ons.requests.ListSubscriptionsRequest
-
Packages that use ListSubscriptionsRequest Package Description com.oracle.bmc.ons com.oracle.bmc.ons.requests -
-
Uses of ListSubscriptionsRequest in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons with parameters of type ListSubscriptionsRequest Modifier and Type Method Description ListSubscriptionsResponseNotificationDataPlane. listSubscriptions(ListSubscriptionsRequest request)Lists the subscriptions in the specified compartment or topic.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)ListSubscriptionsResponseNotificationDataPlaneClient. listSubscriptions(ListSubscriptionsRequest request)Iterable<SubscriptionSummary>NotificationDataPlanePaginators. listSubscriptionsRecordIterator(ListSubscriptionsRequest request)Creates a new iterable which will iterate over theSubscriptionSummaryobjects contained in responses from the listSubscriptions operation.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 ListSubscriptionsRequest 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 ListSubscriptionsRequest in com.oracle.bmc.ons.requests
Methods in com.oracle.bmc.ons.requests that return ListSubscriptionsRequest Modifier and Type Method Description ListSubscriptionsRequestListSubscriptionsRequest.Builder. build()Build the instance of ListSubscriptionsRequest as configured by this builderListSubscriptionsRequestListSubscriptionsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListSubscriptionsRequest as configured by this builderMethods in com.oracle.bmc.ons.requests with parameters of type ListSubscriptionsRequest Modifier and Type Method Description ListSubscriptionsRequest.BuilderListSubscriptionsRequest.Builder. copy(ListSubscriptionsRequest o)Copy method to populate the builder with values from the given instance.
-