Uses of Class
com.oracle.bmc.databasemanagement.responses.GetOpenAlertHistoryResponse
-
Packages that use GetOpenAlertHistoryResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of GetOpenAlertHistoryResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return GetOpenAlertHistoryResponse Modifier and Type Method Description GetOpenAlertHistoryResponse
DbManagement. getOpenAlertHistory(GetOpenAlertHistoryRequest request)
Gets the open alerts from the specified Exadata storage server.GetOpenAlertHistoryResponse
DbManagementClient. getOpenAlertHistory(GetOpenAlertHistoryRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type GetOpenAlertHistoryResponse Modifier and Type Method Description Future<GetOpenAlertHistoryResponse>
DbManagementAsync. getOpenAlertHistory(GetOpenAlertHistoryRequest request, AsyncHandler<GetOpenAlertHistoryRequest,GetOpenAlertHistoryResponse> handler)
Gets the open alerts from the specified Exadata storage server.Future<GetOpenAlertHistoryResponse>
DbManagementAsyncClient. getOpenAlertHistory(GetOpenAlertHistoryRequest request, AsyncHandler<GetOpenAlertHistoryRequest,GetOpenAlertHistoryResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetOpenAlertHistoryResponse Modifier and Type Method Description Future<GetOpenAlertHistoryResponse>
DbManagementAsync. getOpenAlertHistory(GetOpenAlertHistoryRequest request, AsyncHandler<GetOpenAlertHistoryRequest,GetOpenAlertHistoryResponse> handler)
Gets the open alerts from the specified Exadata storage server.Future<GetOpenAlertHistoryResponse>
DbManagementAsyncClient. getOpenAlertHistory(GetOpenAlertHistoryRequest request, AsyncHandler<GetOpenAlertHistoryRequest,GetOpenAlertHistoryResponse> handler)
-
Uses of GetOpenAlertHistoryResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return GetOpenAlertHistoryResponse Modifier and Type Method Description GetOpenAlertHistoryResponse
GetOpenAlertHistoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetOpenAlertHistoryResponse Modifier and Type Method Description GetOpenAlertHistoryResponse.Builder
GetOpenAlertHistoryResponse.Builder. copy(GetOpenAlertHistoryResponse o)
Copy method to populate the builder with values from the given instance.
-