Uses of Class
com.oracle.bmc.cloudguard.model.SightingSummary
-
Packages that use SightingSummary Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.model -
-
Uses of SightingSummary in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return types with arguments of type SightingSummary Modifier and Type Method Description Iterable<SightingSummary>
CloudGuardPaginators. listSightingsRecordIterator(ListSightingsRequest request)
Creates a new iterable which will iterate over theSightingSummary
objects contained in responses from the listSightings operation. -
Uses of SightingSummary in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return SightingSummary Modifier and Type Method Description SightingSummary
SightingSummary.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type SightingSummary Modifier and Type Method Description List<SightingSummary>
SightingCollection. getItems()
List of SightingSummary resourcesMethods in com.oracle.bmc.cloudguard.model with parameters of type SightingSummary Modifier and Type Method Description SightingSummary.Builder
SightingSummary.Builder. copy(SightingSummary model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type SightingSummary Modifier and Type Method Description SightingCollection.Builder
SightingCollection.Builder. items(List<SightingSummary> items)
List of SightingSummary resourcesConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type SightingSummary Constructor Description SightingCollection(List<SightingSummary> items, List<ResourceLock> locks)
Deprecated.
-