Uses of Class
com.oracle.bmc.opsi.requests.GetAwrDatabaseSqlReportRequest
-
Packages that use GetAwrDatabaseSqlReportRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of GetAwrDatabaseSqlReportRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type GetAwrDatabaseSqlReportRequest Modifier and Type Method Description GetAwrDatabaseSqlReportResponse
OperationsInsights. getAwrDatabaseSqlReport(GetAwrDatabaseSqlReportRequest request)
Gets the SQL health check report for one SQL of the specified database.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)
GetAwrDatabaseSqlReportResponse
OperationsInsightsClient. getAwrDatabaseSqlReport(GetAwrDatabaseSqlReportRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type GetAwrDatabaseSqlReportRequest 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 GetAwrDatabaseSqlReportRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return GetAwrDatabaseSqlReportRequest Modifier and Type Method Description GetAwrDatabaseSqlReportRequest
GetAwrDatabaseSqlReportRequest.Builder. build()
Build the instance of GetAwrDatabaseSqlReportRequest as configured by this builderGetAwrDatabaseSqlReportRequest
GetAwrDatabaseSqlReportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAwrDatabaseSqlReportRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type GetAwrDatabaseSqlReportRequest Modifier and Type Method Description GetAwrDatabaseSqlReportRequest.Builder
GetAwrDatabaseSqlReportRequest.Builder. copy(GetAwrDatabaseSqlReportRequest o)
Copy method to populate the builder with values from the given instance.
-