Uses of Class
com.oracle.bmc.datasafe.responses.ListAlertAnalyticsResponse
-
Packages that use ListAlertAnalyticsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListAlertAnalyticsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListAlertAnalyticsResponse Modifier and Type Method Description ListAlertAnalyticsResponseDataSafe. listAlertAnalytics(ListAlertAnalyticsRequest request)Returns the aggregation details of the alerts.ListAlertAnalyticsResponseDataSafeClient. listAlertAnalytics(ListAlertAnalyticsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListAlertAnalyticsResponse Modifier and Type Method Description Future<ListAlertAnalyticsResponse>DataSafeAsync. listAlertAnalytics(ListAlertAnalyticsRequest request, AsyncHandler<ListAlertAnalyticsRequest,ListAlertAnalyticsResponse> handler)Returns the aggregation details of the alerts.Future<ListAlertAnalyticsResponse>DataSafeAsyncClient. listAlertAnalytics(ListAlertAnalyticsRequest request, AsyncHandler<ListAlertAnalyticsRequest,ListAlertAnalyticsResponse> handler)Iterable<ListAlertAnalyticsResponse>DataSafePaginators. listAlertAnalyticsResponseIterator(ListAlertAnalyticsRequest request)Creates a new iterable which will iterate over the responses received from the listAlertAnalytics operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListAlertAnalyticsResponse Modifier and Type Method Description Future<ListAlertAnalyticsResponse>DataSafeAsync. listAlertAnalytics(ListAlertAnalyticsRequest request, AsyncHandler<ListAlertAnalyticsRequest,ListAlertAnalyticsResponse> handler)Returns the aggregation details of the alerts.Future<ListAlertAnalyticsResponse>DataSafeAsyncClient. listAlertAnalytics(ListAlertAnalyticsRequest request, AsyncHandler<ListAlertAnalyticsRequest,ListAlertAnalyticsResponse> handler) -
Uses of ListAlertAnalyticsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListAlertAnalyticsResponse Modifier and Type Method Description ListAlertAnalyticsResponseListAlertAnalyticsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListAlertAnalyticsResponse Modifier and Type Method Description ListAlertAnalyticsResponse.BuilderListAlertAnalyticsResponse.Builder. copy(ListAlertAnalyticsResponse o)Copy method to populate the builder with values from the given instance.
-