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.databasemanagementMethods in com.oracle.bmc.databasemanagement that return GetOpenAlertHistoryResponse Modifier and Type Method Description GetOpenAlertHistoryResponseDbManagement. getOpenAlertHistory(GetOpenAlertHistoryRequest request)Gets the open alerts from the specified Exadata storage server.GetOpenAlertHistoryResponseDbManagementClient. 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.responsesMethods in com.oracle.bmc.databasemanagement.responses that return GetOpenAlertHistoryResponse Modifier and Type Method Description GetOpenAlertHistoryResponseGetOpenAlertHistoryResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetOpenAlertHistoryResponse Modifier and Type Method Description GetOpenAlertHistoryResponse.BuilderGetOpenAlertHistoryResponse.Builder. copy(GetOpenAlertHistoryResponse o)Copy method to populate the builder with values from the given instance.
 
-