Uses of Class
com.oracle.bmc.opsi.responses.GetAwrDatabaseSqlReportResponse
-
Packages that use GetAwrDatabaseSqlReportResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of GetAwrDatabaseSqlReportResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return GetAwrDatabaseSqlReportResponse Modifier and Type Method Description GetAwrDatabaseSqlReportResponse
OperationsInsights. getAwrDatabaseSqlReport(GetAwrDatabaseSqlReportRequest request)
Gets the SQL health check report for one SQL of the specified database.GetAwrDatabaseSqlReportResponse
OperationsInsightsClient. getAwrDatabaseSqlReport(GetAwrDatabaseSqlReportRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type GetAwrDatabaseSqlReportResponse Modifier and Type Method Description Future<GetAwrDatabaseSqlReportResponse>
OperationsInsightsAsync. getAwrDatabaseSqlReport(GetAwrDatabaseSqlReportRequest request, AsyncHandler<GetAwrDatabaseSqlReportRequest,GetAwrDatabaseSqlReportResponse> handler)
Gets the SQL health check report for one SQL of the specified database.Future<GetAwrDatabaseSqlReportResponse>
OperationsInsightsAsyncClient. getAwrDatabaseSqlReport(GetAwrDatabaseSqlReportRequest request, AsyncHandler<GetAwrDatabaseSqlReportRequest,GetAwrDatabaseSqlReportResponse> handler)
Method parameters in com.oracle.bmc.opsi with type arguments of type GetAwrDatabaseSqlReportResponse Modifier and Type Method Description Future<GetAwrDatabaseSqlReportResponse>
OperationsInsightsAsync. getAwrDatabaseSqlReport(GetAwrDatabaseSqlReportRequest request, AsyncHandler<GetAwrDatabaseSqlReportRequest,GetAwrDatabaseSqlReportResponse> handler)
Gets the SQL health check report for one SQL of the specified database.Future<GetAwrDatabaseSqlReportResponse>
OperationsInsightsAsyncClient. getAwrDatabaseSqlReport(GetAwrDatabaseSqlReportRequest request, AsyncHandler<GetAwrDatabaseSqlReportRequest,GetAwrDatabaseSqlReportResponse> handler)
-
Uses of GetAwrDatabaseSqlReportResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return GetAwrDatabaseSqlReportResponse Modifier and Type Method Description GetAwrDatabaseSqlReportResponse
GetAwrDatabaseSqlReportResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type GetAwrDatabaseSqlReportResponse Modifier and Type Method Description GetAwrDatabaseSqlReportResponse.Builder
GetAwrDatabaseSqlReportResponse.Builder. copy(GetAwrDatabaseSqlReportResponse o)
Copy method to populate the builder with values from the given instance.
-