Uses of Class
com.oracle.bmc.datasafe.requests.ListAlertsRequest
-
Packages that use ListAlertsRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListAlertsRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type ListAlertsRequest Modifier and Type Method Description ListAlertsResponseDataSafe. listAlerts(ListAlertsRequest request)Gets a list of all alerts.Future<ListAlertsResponse>DataSafeAsync. listAlerts(ListAlertsRequest request, AsyncHandler<ListAlertsRequest,ListAlertsResponse> handler)Gets a list of all alerts.Future<ListAlertsResponse>DataSafeAsyncClient. listAlerts(ListAlertsRequest request, AsyncHandler<ListAlertsRequest,ListAlertsResponse> handler)ListAlertsResponseDataSafeClient. listAlerts(ListAlertsRequest request)Iterable<AlertSummary>DataSafePaginators. listAlertsRecordIterator(ListAlertsRequest request)Creates a new iterable which will iterate over theAlertSummaryobjects contained in responses from the listAlerts operation.Iterable<ListAlertsResponse>DataSafePaginators. listAlertsResponseIterator(ListAlertsRequest request)Creates a new iterable which will iterate over the responses received from the listAlerts operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListAlertsRequest Modifier and Type Method Description Future<ListAlertsResponse>DataSafeAsync. listAlerts(ListAlertsRequest request, AsyncHandler<ListAlertsRequest,ListAlertsResponse> handler)Gets a list of all alerts.Future<ListAlertsResponse>DataSafeAsyncClient. listAlerts(ListAlertsRequest request, AsyncHandler<ListAlertsRequest,ListAlertsResponse> handler) -
Uses of ListAlertsRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListAlertsRequest Modifier and Type Method Description ListAlertsRequestListAlertsRequest.Builder. build()Build the instance of ListAlertsRequest as configured by this builderListAlertsRequestListAlertsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListAlertsRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListAlertsRequest Modifier and Type Method Description ListAlertsRequest.BuilderListAlertsRequest.Builder. copy(ListAlertsRequest o)Copy method to populate the builder with values from the given instance.
-