Uses of Class
com.oracle.bmc.datasafe.model.FindingSummary
-
Packages that use FindingSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.responses -
-
Uses of FindingSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type FindingSummary Modifier and Type Method Description Iterable<FindingSummary>
DataSafePaginators. listFindingsRecordIterator(ListFindingsRequest request)
Creates a new iterable which will iterate over theFindingSummary
objects contained in responses from the listFindings operation. -
Uses of FindingSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return FindingSummary Modifier and Type Method Description FindingSummary
FindingSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type FindingSummary Modifier and Type Method Description FindingSummary.Builder
FindingSummary.Builder. copy(FindingSummary model)
-
Uses of FindingSummary in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return types with arguments of type FindingSummary Modifier and Type Method Description List<FindingSummary>
ListFindingsResponse. getItems()
A list of com.oracle.bmc.datasafe.model.FindingSummary instances.Method parameters in com.oracle.bmc.datasafe.responses with type arguments of type FindingSummary Modifier and Type Method Description ListFindingsResponse.Builder
ListFindingsResponse.Builder. items(List<FindingSummary> items)
A list of com.oracle.bmc.datasafe.model.FindingSummary instances.
-