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