Uses of Class
com.oracle.bmc.opsi.requests.ListDatabaseInsightsRequest
-
Packages that use ListDatabaseInsightsRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of ListDatabaseInsightsRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type ListDatabaseInsightsRequest Modifier and Type Method Description ListDatabaseInsightsResponseOperationsInsights. listDatabaseInsights(ListDatabaseInsightsRequest request)Gets a list of database insights based on the query parameters specified.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)ListDatabaseInsightsResponseOperationsInsightsClient. listDatabaseInsights(ListDatabaseInsightsRequest request)Iterable<DatabaseInsightSummary>OperationsInsightsPaginators. listDatabaseInsightsRecordIterator(ListDatabaseInsightsRequest request)Creates a new iterable which will iterate over theDatabaseInsightSummaryobjects contained in responses from the listDatabaseInsights operation.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 ListDatabaseInsightsRequest 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 ListDatabaseInsightsRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return ListDatabaseInsightsRequest Modifier and Type Method Description ListDatabaseInsightsRequestListDatabaseInsightsRequest.Builder. build()Build the instance of ListDatabaseInsightsRequest as configured by this builderListDatabaseInsightsRequestListDatabaseInsightsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDatabaseInsightsRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type ListDatabaseInsightsRequest Modifier and Type Method Description ListDatabaseInsightsRequest.BuilderListDatabaseInsightsRequest.Builder. copy(ListDatabaseInsightsRequest o)Copy method to populate the builder with values from the given instance.
-