Uses of Class
com.oracle.bmc.databasemanagement.requests.GetAwrDbReportRequest
-
Packages that use GetAwrDbReportRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of GetAwrDbReportRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type GetAwrDbReportRequest Modifier and Type Method Description GetAwrDbReportResponse
DbManagement. getAwrDbReport(GetAwrDbReportRequest request)
Gets the AWR report for the specific database.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)
GetAwrDbReportResponse
DbManagementClient. getAwrDbReport(GetAwrDbReportRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetAwrDbReportRequest 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 GetAwrDbReportRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return GetAwrDbReportRequest Modifier and Type Method Description GetAwrDbReportRequest
GetAwrDbReportRequest.Builder. build()
Build the instance of GetAwrDbReportRequest as configured by this builderGetAwrDbReportRequest
GetAwrDbReportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAwrDbReportRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type GetAwrDbReportRequest Modifier and Type Method Description GetAwrDbReportRequest.Builder
GetAwrDbReportRequest.Builder. copy(GetAwrDbReportRequest o)
Copy method to populate the builder with values from the given instance.
-