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