Uses of Class
com.oracle.bmc.datasafe.responses.ListDiscoveryAnalyticsResponse
-
Packages that use ListDiscoveryAnalyticsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListDiscoveryAnalyticsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListDiscoveryAnalyticsResponse Modifier and Type Method Description ListDiscoveryAnalyticsResponseDataSafe. listDiscoveryAnalytics(ListDiscoveryAnalyticsRequest request)Gets consolidated discovery analytics data based on the specified query parameters.ListDiscoveryAnalyticsResponseDataSafeClient. listDiscoveryAnalytics(ListDiscoveryAnalyticsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListDiscoveryAnalyticsResponse Modifier and Type Method Description Future<ListDiscoveryAnalyticsResponse>DataSafeAsync. listDiscoveryAnalytics(ListDiscoveryAnalyticsRequest request, AsyncHandler<ListDiscoveryAnalyticsRequest,ListDiscoveryAnalyticsResponse> handler)Gets consolidated discovery analytics data based on the specified query parameters.Future<ListDiscoveryAnalyticsResponse>DataSafeAsyncClient. listDiscoveryAnalytics(ListDiscoveryAnalyticsRequest request, AsyncHandler<ListDiscoveryAnalyticsRequest,ListDiscoveryAnalyticsResponse> handler)Iterable<ListDiscoveryAnalyticsResponse>DataSafePaginators. listDiscoveryAnalyticsResponseIterator(ListDiscoveryAnalyticsRequest request)Creates a new iterable which will iterate over the responses received from the listDiscoveryAnalytics operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListDiscoveryAnalyticsResponse Modifier and Type Method Description Future<ListDiscoveryAnalyticsResponse>DataSafeAsync. listDiscoveryAnalytics(ListDiscoveryAnalyticsRequest request, AsyncHandler<ListDiscoveryAnalyticsRequest,ListDiscoveryAnalyticsResponse> handler)Gets consolidated discovery analytics data based on the specified query parameters.Future<ListDiscoveryAnalyticsResponse>DataSafeAsyncClient. listDiscoveryAnalytics(ListDiscoveryAnalyticsRequest request, AsyncHandler<ListDiscoveryAnalyticsRequest,ListDiscoveryAnalyticsResponse> handler) -
Uses of ListDiscoveryAnalyticsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListDiscoveryAnalyticsResponse Modifier and Type Method Description ListDiscoveryAnalyticsResponseListDiscoveryAnalyticsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListDiscoveryAnalyticsResponse Modifier and Type Method Description ListDiscoveryAnalyticsResponse.BuilderListDiscoveryAnalyticsResponse.Builder. copy(ListDiscoveryAnalyticsResponse o)Copy method to populate the builder with values from the given instance.
-