Uses of Class
com.oracle.bmc.databasemanagement.responses.RunHistoricAddmResponse
-
Packages that use RunHistoricAddmResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of RunHistoricAddmResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return RunHistoricAddmResponse Modifier and Type Method Description RunHistoricAddmResponse
DbManagement. runHistoricAddm(RunHistoricAddmRequest request)
Creates and executes a historic ADDM task using the specified AWR snapshot IDs.RunHistoricAddmResponse
DbManagementClient. runHistoricAddm(RunHistoricAddmRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type RunHistoricAddmResponse 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)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type RunHistoricAddmResponse 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 RunHistoricAddmResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return RunHistoricAddmResponse Modifier and Type Method Description RunHistoricAddmResponse
RunHistoricAddmResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type RunHistoricAddmResponse Modifier and Type Method Description RunHistoricAddmResponse.Builder
RunHistoricAddmResponse.Builder. copy(RunHistoricAddmResponse o)
Copy method to populate the builder with values from the given instance.
-