Uses of Class
com.oracle.bmc.databasemanagement.responses.SummarizeAwrDbTopWaitEventsResponse
-
Packages that use SummarizeAwrDbTopWaitEventsResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of SummarizeAwrDbTopWaitEventsResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return SummarizeAwrDbTopWaitEventsResponse Modifier and Type Method Description SummarizeAwrDbTopWaitEventsResponse
DbManagement. summarizeAwrDbTopWaitEvents(SummarizeAwrDbTopWaitEventsRequest request)
Summarizes the AWR top wait events.SummarizeAwrDbTopWaitEventsResponse
DbManagementClient. summarizeAwrDbTopWaitEvents(SummarizeAwrDbTopWaitEventsRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type SummarizeAwrDbTopWaitEventsResponse Modifier and Type Method Description Future<SummarizeAwrDbTopWaitEventsResponse>
DbManagementAsync. summarizeAwrDbTopWaitEvents(SummarizeAwrDbTopWaitEventsRequest request, AsyncHandler<SummarizeAwrDbTopWaitEventsRequest,SummarizeAwrDbTopWaitEventsResponse> handler)
Summarizes the AWR top wait events.Future<SummarizeAwrDbTopWaitEventsResponse>
DbManagementAsyncClient. summarizeAwrDbTopWaitEvents(SummarizeAwrDbTopWaitEventsRequest request, AsyncHandler<SummarizeAwrDbTopWaitEventsRequest,SummarizeAwrDbTopWaitEventsResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type SummarizeAwrDbTopWaitEventsResponse Modifier and Type Method Description Future<SummarizeAwrDbTopWaitEventsResponse>
DbManagementAsync. summarizeAwrDbTopWaitEvents(SummarizeAwrDbTopWaitEventsRequest request, AsyncHandler<SummarizeAwrDbTopWaitEventsRequest,SummarizeAwrDbTopWaitEventsResponse> handler)
Summarizes the AWR top wait events.Future<SummarizeAwrDbTopWaitEventsResponse>
DbManagementAsyncClient. summarizeAwrDbTopWaitEvents(SummarizeAwrDbTopWaitEventsRequest request, AsyncHandler<SummarizeAwrDbTopWaitEventsRequest,SummarizeAwrDbTopWaitEventsResponse> handler)
-
Uses of SummarizeAwrDbTopWaitEventsResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return SummarizeAwrDbTopWaitEventsResponse Modifier and Type Method Description SummarizeAwrDbTopWaitEventsResponse
SummarizeAwrDbTopWaitEventsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type SummarizeAwrDbTopWaitEventsResponse Modifier and Type Method Description SummarizeAwrDbTopWaitEventsResponse.Builder
SummarizeAwrDbTopWaitEventsResponse.Builder. copy(SummarizeAwrDbTopWaitEventsResponse o)
Copy method to populate the builder with values from the given instance.
-