Uses of Class
com.oracle.bmc.datasafe.model.FindingsChangeAuditLogSummary
-
Packages that use FindingsChangeAuditLogSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of FindingsChangeAuditLogSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type FindingsChangeAuditLogSummary Modifier and Type Method Description Iterable<FindingsChangeAuditLogSummary>
DataSafePaginators. listFindingsChangeAuditLogsRecordIterator(ListFindingsChangeAuditLogsRequest request)
Creates a new iterable which will iterate over theFindingsChangeAuditLogSummary
objects contained in responses from the listFindingsChangeAuditLogs operation. -
Uses of FindingsChangeAuditLogSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return FindingsChangeAuditLogSummary Modifier and Type Method Description FindingsChangeAuditLogSummary
FindingsChangeAuditLogSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type FindingsChangeAuditLogSummary Modifier and Type Method Description List<FindingsChangeAuditLogSummary>
FindingsChangeAuditLogCollection. getItems()
An array of finding risk change audit log summary objects.Methods in com.oracle.bmc.datasafe.model with parameters of type FindingsChangeAuditLogSummary Modifier and Type Method Description FindingsChangeAuditLogSummary.Builder
FindingsChangeAuditLogSummary.Builder. copy(FindingsChangeAuditLogSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type FindingsChangeAuditLogSummary Modifier and Type Method Description FindingsChangeAuditLogCollection.Builder
FindingsChangeAuditLogCollection.Builder. items(List<FindingsChangeAuditLogSummary> items)
An array of finding risk change audit log summary objects.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type FindingsChangeAuditLogSummary Constructor Description FindingsChangeAuditLogCollection(List<FindingsChangeAuditLogSummary> items)
Deprecated.
-