Uses of Class
com.oracle.bmc.datasafe.responses.ListSqlCollectionAnalyticsResponse
-
Packages that use ListSqlCollectionAnalyticsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListSqlCollectionAnalyticsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListSqlCollectionAnalyticsResponse Modifier and Type Method Description ListSqlCollectionAnalyticsResponseDataSafe. listSqlCollectionAnalytics(ListSqlCollectionAnalyticsRequest request)Retrieves a list of all SQL collection analytics in Data Safe.ListSqlCollectionAnalyticsResponseDataSafeClient. listSqlCollectionAnalytics(ListSqlCollectionAnalyticsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListSqlCollectionAnalyticsResponse Modifier and Type Method Description Future<ListSqlCollectionAnalyticsResponse>DataSafeAsync. listSqlCollectionAnalytics(ListSqlCollectionAnalyticsRequest request, AsyncHandler<ListSqlCollectionAnalyticsRequest,ListSqlCollectionAnalyticsResponse> handler)Retrieves a list of all SQL collection analytics in Data Safe.Future<ListSqlCollectionAnalyticsResponse>DataSafeAsyncClient. listSqlCollectionAnalytics(ListSqlCollectionAnalyticsRequest request, AsyncHandler<ListSqlCollectionAnalyticsRequest,ListSqlCollectionAnalyticsResponse> handler)Iterable<ListSqlCollectionAnalyticsResponse>DataSafePaginators. listSqlCollectionAnalyticsResponseIterator(ListSqlCollectionAnalyticsRequest request)Creates a new iterable which will iterate over the responses received from the listSqlCollectionAnalytics operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListSqlCollectionAnalyticsResponse Modifier and Type Method Description Future<ListSqlCollectionAnalyticsResponse>DataSafeAsync. listSqlCollectionAnalytics(ListSqlCollectionAnalyticsRequest request, AsyncHandler<ListSqlCollectionAnalyticsRequest,ListSqlCollectionAnalyticsResponse> handler)Retrieves a list of all SQL collection analytics in Data Safe.Future<ListSqlCollectionAnalyticsResponse>DataSafeAsyncClient. listSqlCollectionAnalytics(ListSqlCollectionAnalyticsRequest request, AsyncHandler<ListSqlCollectionAnalyticsRequest,ListSqlCollectionAnalyticsResponse> handler) -
Uses of ListSqlCollectionAnalyticsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListSqlCollectionAnalyticsResponse Modifier and Type Method Description ListSqlCollectionAnalyticsResponseListSqlCollectionAnalyticsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListSqlCollectionAnalyticsResponse Modifier and Type Method Description ListSqlCollectionAnalyticsResponse.BuilderListSqlCollectionAnalyticsResponse.Builder. copy(ListSqlCollectionAnalyticsResponse o)Copy method to populate the builder with values from the given instance.
-