Uses of Class
com.oracle.bmc.databasemanagement.requests.ListAlertLogsRequest
-
Packages that use ListAlertLogsRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of ListAlertLogsRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type ListAlertLogsRequest Modifier and Type Method Description ListAlertLogsResponseDiagnosability. listAlertLogs(ListAlertLogsRequest request)Lists the alert logs for the specified Managed Database.Future<ListAlertLogsResponse>DiagnosabilityAsync. listAlertLogs(ListAlertLogsRequest request, AsyncHandler<ListAlertLogsRequest,ListAlertLogsResponse> handler)Lists the alert logs for the specified Managed Database.Future<ListAlertLogsResponse>DiagnosabilityAsyncClient. listAlertLogs(ListAlertLogsRequest request, AsyncHandler<ListAlertLogsRequest,ListAlertLogsResponse> handler)ListAlertLogsResponseDiagnosabilityClient. listAlertLogs(ListAlertLogsRequest request)Iterable<AlertLogSummary>DiagnosabilityPaginators. listAlertLogsRecordIterator(ListAlertLogsRequest request)Creates a new iterable which will iterate over theAlertLogSummaryobjects contained in responses from the listAlertLogs operation.Iterable<ListAlertLogsResponse>DiagnosabilityPaginators. listAlertLogsResponseIterator(ListAlertLogsRequest request)Creates a new iterable which will iterate over the responses received from the listAlertLogs operation.Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListAlertLogsRequest Modifier and Type Method Description Future<ListAlertLogsResponse>DiagnosabilityAsync. listAlertLogs(ListAlertLogsRequest request, AsyncHandler<ListAlertLogsRequest,ListAlertLogsResponse> handler)Lists the alert logs for the specified Managed Database.Future<ListAlertLogsResponse>DiagnosabilityAsyncClient. listAlertLogs(ListAlertLogsRequest request, AsyncHandler<ListAlertLogsRequest,ListAlertLogsResponse> handler) -
Uses of ListAlertLogsRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ListAlertLogsRequest Modifier and Type Method Description ListAlertLogsRequestListAlertLogsRequest.Builder. build()Build the instance of ListAlertLogsRequest as configured by this builderListAlertLogsRequestListAlertLogsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListAlertLogsRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type ListAlertLogsRequest Modifier and Type Method Description ListAlertLogsRequest.BuilderListAlertLogsRequest.Builder. copy(ListAlertLogsRequest o)Copy method to populate the builder with values from the given instance.
-