Uses of Class
com.oracle.bmc.databasemanagement.requests.GetOpenAlertHistoryRequest
-
Packages that use GetOpenAlertHistoryRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of GetOpenAlertHistoryRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type GetOpenAlertHistoryRequest Modifier and Type Method Description GetOpenAlertHistoryResponse
DbManagement. getOpenAlertHistory(GetOpenAlertHistoryRequest request)
Gets the open alerts from the specified Exadata storage server.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)
GetOpenAlertHistoryResponse
DbManagementClient. getOpenAlertHistory(GetOpenAlertHistoryRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetOpenAlertHistoryRequest 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 GetOpenAlertHistoryRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return GetOpenAlertHistoryRequest Modifier and Type Method Description GetOpenAlertHistoryRequest
GetOpenAlertHistoryRequest.Builder. build()
Build the instance of GetOpenAlertHistoryRequest as configured by this builderGetOpenAlertHistoryRequest
GetOpenAlertHistoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetOpenAlertHistoryRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type GetOpenAlertHistoryRequest Modifier and Type Method Description GetOpenAlertHistoryRequest.Builder
GetOpenAlertHistoryRequest.Builder. copy(GetOpenAlertHistoryRequest o)
Copy method to populate the builder with values from the given instance.
-