Uses of Class
com.oracle.bmc.opsi.responses.ListDatabaseInsightsResponse
-
Packages that use ListDatabaseInsightsResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of ListDatabaseInsightsResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return ListDatabaseInsightsResponse Modifier and Type Method Description ListDatabaseInsightsResponse
OperationsInsights. listDatabaseInsights(ListDatabaseInsightsRequest request)
Gets a list of database insights based on the query parameters specified.ListDatabaseInsightsResponse
OperationsInsightsClient. listDatabaseInsights(ListDatabaseInsightsRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type ListDatabaseInsightsResponse Modifier and Type Method Description Future<ListDatabaseInsightsResponse>
OperationsInsightsAsync. listDatabaseInsights(ListDatabaseInsightsRequest request, AsyncHandler<ListDatabaseInsightsRequest,ListDatabaseInsightsResponse> handler)
Gets a list of database insights based on the query parameters specified.Future<ListDatabaseInsightsResponse>
OperationsInsightsAsyncClient. listDatabaseInsights(ListDatabaseInsightsRequest request, AsyncHandler<ListDatabaseInsightsRequest,ListDatabaseInsightsResponse> handler)
Iterable<ListDatabaseInsightsResponse>
OperationsInsightsPaginators. listDatabaseInsightsResponseIterator(ListDatabaseInsightsRequest request)
Creates a new iterable which will iterate over the responses received from the listDatabaseInsights operation.Method parameters in com.oracle.bmc.opsi with type arguments of type ListDatabaseInsightsResponse Modifier and Type Method Description Future<ListDatabaseInsightsResponse>
OperationsInsightsAsync. listDatabaseInsights(ListDatabaseInsightsRequest request, AsyncHandler<ListDatabaseInsightsRequest,ListDatabaseInsightsResponse> handler)
Gets a list of database insights based on the query parameters specified.Future<ListDatabaseInsightsResponse>
OperationsInsightsAsyncClient. listDatabaseInsights(ListDatabaseInsightsRequest request, AsyncHandler<ListDatabaseInsightsRequest,ListDatabaseInsightsResponse> handler)
-
Uses of ListDatabaseInsightsResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return ListDatabaseInsightsResponse Modifier and Type Method Description ListDatabaseInsightsResponse
ListDatabaseInsightsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type ListDatabaseInsightsResponse Modifier and Type Method Description ListDatabaseInsightsResponse.Builder
ListDatabaseInsightsResponse.Builder. copy(ListDatabaseInsightsResponse o)
Copy method to populate the builder with values from the given instance.
-