Uses of Class
com.oracle.bmc.datasafe.responses.ListFindingsChangeAuditLogsResponse
-
Packages that use ListFindingsChangeAuditLogsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListFindingsChangeAuditLogsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListFindingsChangeAuditLogsResponse Modifier and Type Method Description ListFindingsChangeAuditLogsResponseDataSafe. listFindingsChangeAuditLogs(ListFindingsChangeAuditLogsRequest request)List all changes made by user to risk level of findings of the specified assessment.ListFindingsChangeAuditLogsResponseDataSafeClient. listFindingsChangeAuditLogs(ListFindingsChangeAuditLogsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListFindingsChangeAuditLogsResponse Modifier and Type Method Description Future<ListFindingsChangeAuditLogsResponse>DataSafeAsync. listFindingsChangeAuditLogs(ListFindingsChangeAuditLogsRequest request, AsyncHandler<ListFindingsChangeAuditLogsRequest,ListFindingsChangeAuditLogsResponse> handler)List all changes made by user to risk level of findings of the specified assessment.Future<ListFindingsChangeAuditLogsResponse>DataSafeAsyncClient. listFindingsChangeAuditLogs(ListFindingsChangeAuditLogsRequest request, AsyncHandler<ListFindingsChangeAuditLogsRequest,ListFindingsChangeAuditLogsResponse> handler)Iterable<ListFindingsChangeAuditLogsResponse>DataSafePaginators. listFindingsChangeAuditLogsResponseIterator(ListFindingsChangeAuditLogsRequest request)Creates a new iterable which will iterate over the responses received from the listFindingsChangeAuditLogs operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListFindingsChangeAuditLogsResponse Modifier and Type Method Description Future<ListFindingsChangeAuditLogsResponse>DataSafeAsync. listFindingsChangeAuditLogs(ListFindingsChangeAuditLogsRequest request, AsyncHandler<ListFindingsChangeAuditLogsRequest,ListFindingsChangeAuditLogsResponse> handler)List all changes made by user to risk level of findings of the specified assessment.Future<ListFindingsChangeAuditLogsResponse>DataSafeAsyncClient. listFindingsChangeAuditLogs(ListFindingsChangeAuditLogsRequest request, AsyncHandler<ListFindingsChangeAuditLogsRequest,ListFindingsChangeAuditLogsResponse> handler) -
Uses of ListFindingsChangeAuditLogsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListFindingsChangeAuditLogsResponse Modifier and Type Method Description ListFindingsChangeAuditLogsResponseListFindingsChangeAuditLogsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListFindingsChangeAuditLogsResponse Modifier and Type Method Description ListFindingsChangeAuditLogsResponse.BuilderListFindingsChangeAuditLogsResponse.Builder. copy(ListFindingsChangeAuditLogsResponse o)Copy method to populate the builder with values from the given instance.
-