Uses of Class
com.oracle.bmc.databasemanagement.responses.GetAwrDbReportResponse
-
Packages that use GetAwrDbReportResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of GetAwrDbReportResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return GetAwrDbReportResponse Modifier and Type Method Description GetAwrDbReportResponse
DbManagement. getAwrDbReport(GetAwrDbReportRequest request)
Gets the AWR report for the specific database.GetAwrDbReportResponse
DbManagementClient. getAwrDbReport(GetAwrDbReportRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type GetAwrDbReportResponse Modifier and Type Method Description Future<GetAwrDbReportResponse>
DbManagementAsync. getAwrDbReport(GetAwrDbReportRequest request, AsyncHandler<GetAwrDbReportRequest,GetAwrDbReportResponse> handler)
Gets the AWR report for the specific database.Future<GetAwrDbReportResponse>
DbManagementAsyncClient. getAwrDbReport(GetAwrDbReportRequest request, AsyncHandler<GetAwrDbReportRequest,GetAwrDbReportResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetAwrDbReportResponse Modifier and Type Method Description Future<GetAwrDbReportResponse>
DbManagementAsync. getAwrDbReport(GetAwrDbReportRequest request, AsyncHandler<GetAwrDbReportRequest,GetAwrDbReportResponse> handler)
Gets the AWR report for the specific database.Future<GetAwrDbReportResponse>
DbManagementAsyncClient. getAwrDbReport(GetAwrDbReportRequest request, AsyncHandler<GetAwrDbReportRequest,GetAwrDbReportResponse> handler)
-
Uses of GetAwrDbReportResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return GetAwrDbReportResponse Modifier and Type Method Description GetAwrDbReportResponse
GetAwrDbReportResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetAwrDbReportResponse Modifier and Type Method Description GetAwrDbReportResponse.Builder
GetAwrDbReportResponse.Builder. copy(GetAwrDbReportResponse o)
Copy method to populate the builder with values from the given instance.
-