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