Uses of Class
com.oracle.bmc.datasafe.responses.ListAuditProfileAnalyticsResponse
-
Packages that use ListAuditProfileAnalyticsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListAuditProfileAnalyticsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListAuditProfileAnalyticsResponse Modifier and Type Method Description ListAuditProfileAnalyticsResponseDataSafe. listAuditProfileAnalytics(ListAuditProfileAnalyticsRequest request)Gets a list of audit profile aggregated details .ListAuditProfileAnalyticsResponseDataSafeClient. listAuditProfileAnalytics(ListAuditProfileAnalyticsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListAuditProfileAnalyticsResponse Modifier and Type Method Description Future<ListAuditProfileAnalyticsResponse>DataSafeAsync. listAuditProfileAnalytics(ListAuditProfileAnalyticsRequest request, AsyncHandler<ListAuditProfileAnalyticsRequest,ListAuditProfileAnalyticsResponse> handler)Gets a list of audit profile aggregated details .Future<ListAuditProfileAnalyticsResponse>DataSafeAsyncClient. listAuditProfileAnalytics(ListAuditProfileAnalyticsRequest request, AsyncHandler<ListAuditProfileAnalyticsRequest,ListAuditProfileAnalyticsResponse> handler)Iterable<ListAuditProfileAnalyticsResponse>DataSafePaginators. listAuditProfileAnalyticsResponseIterator(ListAuditProfileAnalyticsRequest request)Creates a new iterable which will iterate over the responses received from the listAuditProfileAnalytics operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListAuditProfileAnalyticsResponse Modifier and Type Method Description Future<ListAuditProfileAnalyticsResponse>DataSafeAsync. listAuditProfileAnalytics(ListAuditProfileAnalyticsRequest request, AsyncHandler<ListAuditProfileAnalyticsRequest,ListAuditProfileAnalyticsResponse> handler)Gets a list of audit profile aggregated details .Future<ListAuditProfileAnalyticsResponse>DataSafeAsyncClient. listAuditProfileAnalytics(ListAuditProfileAnalyticsRequest request, AsyncHandler<ListAuditProfileAnalyticsRequest,ListAuditProfileAnalyticsResponse> handler) -
Uses of ListAuditProfileAnalyticsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListAuditProfileAnalyticsResponse Modifier and Type Method Description ListAuditProfileAnalyticsResponseListAuditProfileAnalyticsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListAuditProfileAnalyticsResponse Modifier and Type Method Description ListAuditProfileAnalyticsResponse.BuilderListAuditProfileAnalyticsResponse.Builder. copy(ListAuditProfileAnalyticsResponse o)Copy method to populate the builder with values from the given instance.
-