Uses of Class
com.oracle.bmc.cloudguard.model.DetectorSummary
-
Packages that use DetectorSummary Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.model -
-
Uses of DetectorSummary in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return types with arguments of type DetectorSummary Modifier and Type Method Description Iterable<DetectorSummary>
CloudGuardPaginators. listDetectorsRecordIterator(ListDetectorsRequest request)
Creates a new iterable which will iterate over theDetectorSummary
objects contained in responses from the listDetectors operation. -
Uses of DetectorSummary in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return DetectorSummary Modifier and Type Method Description DetectorSummary
DetectorSummary.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type DetectorSummary Modifier and Type Method Description List<DetectorSummary>
DetectorCollection. getItems()
List of DetectorSummary resourcesMethods in com.oracle.bmc.cloudguard.model with parameters of type DetectorSummary Modifier and Type Method Description DetectorSummary.Builder
DetectorSummary.Builder. copy(DetectorSummary model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type DetectorSummary Modifier and Type Method Description DetectorCollection.Builder
DetectorCollection.Builder. items(List<DetectorSummary> items)
List of DetectorSummary resourcesConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type DetectorSummary Constructor Description DetectorCollection(List<DetectorSummary> items)
Deprecated.
-