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