Uses of Class
com.oracle.bmc.dblm.requests.ListNotificationsRequest
-
Packages that use ListNotificationsRequest Package Description com.oracle.bmc.dblm com.oracle.bmc.dblm.requests -
-
Uses of ListNotificationsRequest in com.oracle.bmc.dblm
Methods in com.oracle.bmc.dblm with parameters of type ListNotificationsRequest Modifier and Type Method Description ListNotificationsResponse
DbLifeCycleManagement. listNotifications(ListNotificationsRequest request)
List of notificationsFuture<ListNotificationsResponse>
DbLifeCycleManagementAsync. listNotifications(ListNotificationsRequest request, AsyncHandler<ListNotificationsRequest,ListNotificationsResponse> handler)
List of notificationsFuture<ListNotificationsResponse>
DbLifeCycleManagementAsyncClient. listNotifications(ListNotificationsRequest request, AsyncHandler<ListNotificationsRequest,ListNotificationsResponse> handler)
ListNotificationsResponse
DbLifeCycleManagementClient. listNotifications(ListNotificationsRequest request)
Method parameters in com.oracle.bmc.dblm with type arguments of type ListNotificationsRequest Modifier and Type Method Description Future<ListNotificationsResponse>
DbLifeCycleManagementAsync. listNotifications(ListNotificationsRequest request, AsyncHandler<ListNotificationsRequest,ListNotificationsResponse> handler)
List of notificationsFuture<ListNotificationsResponse>
DbLifeCycleManagementAsyncClient. listNotifications(ListNotificationsRequest request, AsyncHandler<ListNotificationsRequest,ListNotificationsResponse> handler)
-
Uses of ListNotificationsRequest in com.oracle.bmc.dblm.requests
Methods in com.oracle.bmc.dblm.requests that return ListNotificationsRequest Modifier and Type Method Description ListNotificationsRequest
ListNotificationsRequest.Builder. build()
Build the instance of ListNotificationsRequest as configured by this builderListNotificationsRequest
ListNotificationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListNotificationsRequest as configured by this builderMethods in com.oracle.bmc.dblm.requests with parameters of type ListNotificationsRequest Modifier and Type Method Description ListNotificationsRequest.Builder
ListNotificationsRequest.Builder. copy(ListNotificationsRequest o)
Copy method to populate the builder with values from the given instance.
-