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