Uses of Class
com.oracle.bmc.datasafe.responses.ListAlertsResponse
-
Packages that use ListAlertsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListAlertsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListAlertsResponse Modifier and Type Method Description ListAlertsResponseDataSafe. listAlerts(ListAlertsRequest request)Gets a list of all alerts.ListAlertsResponseDataSafeClient. listAlerts(ListAlertsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListAlertsResponse 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)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 ListAlertsResponse 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 ListAlertsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListAlertsResponse Modifier and Type Method Description ListAlertsResponseListAlertsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListAlertsResponse Modifier and Type Method Description ListAlertsResponse.BuilderListAlertsResponse.Builder. copy(ListAlertsResponse o)Copy method to populate the builder with values from the given instance.
-