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