Uses of Class
com.oracle.bmc.datasafe.requests.ListAlertAnalyticsRequest
-
Packages that use ListAlertAnalyticsRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListAlertAnalyticsRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type ListAlertAnalyticsRequest 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 ListAlertAnalyticsRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListAlertAnalyticsRequest Modifier and Type Method Description ListAlertAnalyticsRequest
ListAlertAnalyticsRequest.Builder. build()
Build the instance of ListAlertAnalyticsRequest as configured by this builderListAlertAnalyticsRequest
ListAlertAnalyticsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListAlertAnalyticsRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListAlertAnalyticsRequest Modifier and Type Method Description ListAlertAnalyticsRequest.Builder
ListAlertAnalyticsRequest.Builder. copy(ListAlertAnalyticsRequest o)
Copy method to populate the builder with values from the given instance.
-