Uses of Class
com.oracle.bmc.databasemanagement.responses.ListAlertLogsResponse
-
Packages that use ListAlertLogsResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListAlertLogsResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListAlertLogsResponse Modifier and Type Method Description ListAlertLogsResponseDiagnosability. listAlertLogs(ListAlertLogsRequest request)Lists the alert logs for the specified Managed Database.ListAlertLogsResponseDiagnosabilityClient. listAlertLogs(ListAlertLogsRequest request)Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ListAlertLogsResponse 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)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 ListAlertLogsResponse 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 ListAlertLogsResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListAlertLogsResponse Modifier and Type Method Description ListAlertLogsResponseListAlertLogsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListAlertLogsResponse Modifier and Type Method Description ListAlertLogsResponse.BuilderListAlertLogsResponse.Builder. copy(ListAlertLogsResponse o)Copy method to populate the builder with values from the given instance.
-