Uses of Class
com.oracle.bmc.databasemanagement.responses.GetAwrDbSqlReportResponse
-
Packages that use GetAwrDbSqlReportResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of GetAwrDbSqlReportResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return GetAwrDbSqlReportResponse Modifier and Type Method Description GetAwrDbSqlReportResponse
DbManagement. getAwrDbSqlReport(GetAwrDbSqlReportRequest request)
Gets the SQL health check report for one SQL of the specific database.GetAwrDbSqlReportResponse
DbManagementClient. getAwrDbSqlReport(GetAwrDbSqlReportRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type GetAwrDbSqlReportResponse Modifier and Type Method Description Future<GetAwrDbSqlReportResponse>
DbManagementAsync. getAwrDbSqlReport(GetAwrDbSqlReportRequest request, AsyncHandler<GetAwrDbSqlReportRequest,GetAwrDbSqlReportResponse> handler)
Gets the SQL health check report for one SQL of the specific database.Future<GetAwrDbSqlReportResponse>
DbManagementAsyncClient. getAwrDbSqlReport(GetAwrDbSqlReportRequest request, AsyncHandler<GetAwrDbSqlReportRequest,GetAwrDbSqlReportResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetAwrDbSqlReportResponse Modifier and Type Method Description Future<GetAwrDbSqlReportResponse>
DbManagementAsync. getAwrDbSqlReport(GetAwrDbSqlReportRequest request, AsyncHandler<GetAwrDbSqlReportRequest,GetAwrDbSqlReportResponse> handler)
Gets the SQL health check report for one SQL of the specific database.Future<GetAwrDbSqlReportResponse>
DbManagementAsyncClient. getAwrDbSqlReport(GetAwrDbSqlReportRequest request, AsyncHandler<GetAwrDbSqlReportRequest,GetAwrDbSqlReportResponse> handler)
-
Uses of GetAwrDbSqlReportResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return GetAwrDbSqlReportResponse Modifier and Type Method Description GetAwrDbSqlReportResponse
GetAwrDbSqlReportResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetAwrDbSqlReportResponse Modifier and Type Method Description GetAwrDbSqlReportResponse.Builder
GetAwrDbSqlReportResponse.Builder. copy(GetAwrDbSqlReportResponse o)
Copy method to populate the builder with values from the given instance.
-