Uses of Class
com.oracle.bmc.databasemanagement.responses.ListSqlTuningAdvisorTaskFindingsResponse
-
Packages that use ListSqlTuningAdvisorTaskFindingsResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListSqlTuningAdvisorTaskFindingsResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListSqlTuningAdvisorTaskFindingsResponse Modifier and Type Method Description ListSqlTuningAdvisorTaskFindingsResponse
SqlTuning. listSqlTuningAdvisorTaskFindings(ListSqlTuningAdvisorTaskFindingsRequest request)
Gets an array of the details of the findings that match specific filters.ListSqlTuningAdvisorTaskFindingsResponse
SqlTuningClient. listSqlTuningAdvisorTaskFindings(ListSqlTuningAdvisorTaskFindingsRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListSqlTuningAdvisorTaskFindingsResponse Modifier and Type Method Description Future<ListSqlTuningAdvisorTaskFindingsResponse>
SqlTuningAsync. listSqlTuningAdvisorTaskFindings(ListSqlTuningAdvisorTaskFindingsRequest request, AsyncHandler<ListSqlTuningAdvisorTaskFindingsRequest,ListSqlTuningAdvisorTaskFindingsResponse> handler)
Gets an array of the details of the findings that match specific filters.Future<ListSqlTuningAdvisorTaskFindingsResponse>
SqlTuningAsyncClient. listSqlTuningAdvisorTaskFindings(ListSqlTuningAdvisorTaskFindingsRequest request, AsyncHandler<ListSqlTuningAdvisorTaskFindingsRequest,ListSqlTuningAdvisorTaskFindingsResponse> handler)
-
Uses of ListSqlTuningAdvisorTaskFindingsResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListSqlTuningAdvisorTaskFindingsResponse Modifier and Type Method Description ListSqlTuningAdvisorTaskFindingsResponse
ListSqlTuningAdvisorTaskFindingsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListSqlTuningAdvisorTaskFindingsResponse Modifier and Type Method Description ListSqlTuningAdvisorTaskFindingsResponse.Builder
ListSqlTuningAdvisorTaskFindingsResponse.Builder. copy(ListSqlTuningAdvisorTaskFindingsResponse o)
Copy method to populate the builder with values from the given instance.
-