Uses of Class
com.oracle.bmc.databasemanagement.requests.RunHistoricAddmRequest
-
Packages that use RunHistoricAddmRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of RunHistoricAddmRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type RunHistoricAddmRequest Modifier and Type Method Description RunHistoricAddmResponse
DbManagement. runHistoricAddm(RunHistoricAddmRequest request)
Creates and executes a historic ADDM task using the specified AWR snapshot IDs.Future<RunHistoricAddmResponse>
DbManagementAsync. runHistoricAddm(RunHistoricAddmRequest request, AsyncHandler<RunHistoricAddmRequest,RunHistoricAddmResponse> handler)
Creates and executes a historic ADDM task using the specified AWR snapshot IDs.Future<RunHistoricAddmResponse>
DbManagementAsyncClient. runHistoricAddm(RunHistoricAddmRequest request, AsyncHandler<RunHistoricAddmRequest,RunHistoricAddmResponse> handler)
RunHistoricAddmResponse
DbManagementClient. runHistoricAddm(RunHistoricAddmRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type RunHistoricAddmRequest Modifier and Type Method Description Future<RunHistoricAddmResponse>
DbManagementAsync. runHistoricAddm(RunHistoricAddmRequest request, AsyncHandler<RunHistoricAddmRequest,RunHistoricAddmResponse> handler)
Creates and executes a historic ADDM task using the specified AWR snapshot IDs.Future<RunHistoricAddmResponse>
DbManagementAsyncClient. runHistoricAddm(RunHistoricAddmRequest request, AsyncHandler<RunHistoricAddmRequest,RunHistoricAddmResponse> handler)
-
Uses of RunHistoricAddmRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return RunHistoricAddmRequest Modifier and Type Method Description RunHistoricAddmRequest
RunHistoricAddmRequest.Builder. build()
Build the instance of RunHistoricAddmRequest as configured by this builderRunHistoricAddmRequest
RunHistoricAddmRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RunHistoricAddmRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type RunHistoricAddmRequest Modifier and Type Method Description RunHistoricAddmRequest.Builder
RunHistoricAddmRequest.Builder. copy(RunHistoricAddmRequest o)
Copy method to populate the builder with values from the given instance.
-