Uses of Class
com.oracle.bmc.datasafe.responses.ListSqlCollectionLogInsightsResponse
-
Packages that use ListSqlCollectionLogInsightsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListSqlCollectionLogInsightsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListSqlCollectionLogInsightsResponse Modifier and Type Method Description ListSqlCollectionLogInsightsResponseDataSafe. listSqlCollectionLogInsights(ListSqlCollectionLogInsightsRequest request)Retrieves a list of the SQL collection log analytics.ListSqlCollectionLogInsightsResponseDataSafeClient. listSqlCollectionLogInsights(ListSqlCollectionLogInsightsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListSqlCollectionLogInsightsResponse Modifier and Type Method Description Future<ListSqlCollectionLogInsightsResponse>DataSafeAsync. listSqlCollectionLogInsights(ListSqlCollectionLogInsightsRequest request, AsyncHandler<ListSqlCollectionLogInsightsRequest,ListSqlCollectionLogInsightsResponse> handler)Retrieves a list of the SQL collection log analytics.Future<ListSqlCollectionLogInsightsResponse>DataSafeAsyncClient. listSqlCollectionLogInsights(ListSqlCollectionLogInsightsRequest request, AsyncHandler<ListSqlCollectionLogInsightsRequest,ListSqlCollectionLogInsightsResponse> handler)Iterable<ListSqlCollectionLogInsightsResponse>DataSafePaginators. listSqlCollectionLogInsightsResponseIterator(ListSqlCollectionLogInsightsRequest request)Creates a new iterable which will iterate over the responses received from the listSqlCollectionLogInsights operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListSqlCollectionLogInsightsResponse Modifier and Type Method Description Future<ListSqlCollectionLogInsightsResponse>DataSafeAsync. listSqlCollectionLogInsights(ListSqlCollectionLogInsightsRequest request, AsyncHandler<ListSqlCollectionLogInsightsRequest,ListSqlCollectionLogInsightsResponse> handler)Retrieves a list of the SQL collection log analytics.Future<ListSqlCollectionLogInsightsResponse>DataSafeAsyncClient. listSqlCollectionLogInsights(ListSqlCollectionLogInsightsRequest request, AsyncHandler<ListSqlCollectionLogInsightsRequest,ListSqlCollectionLogInsightsResponse> handler) -
Uses of ListSqlCollectionLogInsightsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListSqlCollectionLogInsightsResponse Modifier and Type Method Description ListSqlCollectionLogInsightsResponseListSqlCollectionLogInsightsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListSqlCollectionLogInsightsResponse Modifier and Type Method Description ListSqlCollectionLogInsightsResponse.BuilderListSqlCollectionLogInsightsResponse.Builder. copy(ListSqlCollectionLogInsightsResponse o)Copy method to populate the builder with values from the given instance.
-