Uses of Class
com.oracle.bmc.cloudguard.model.ProblemEntitySummary
-
Packages that use ProblemEntitySummary Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.model -
-
Uses of ProblemEntitySummary in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return types with arguments of type ProblemEntitySummary Modifier and Type Method Description Iterable<ProblemEntitySummary>
CloudGuardPaginators. listProblemEntitiesRecordIterator(ListProblemEntitiesRequest request)
Creates a new iterable which will iterate over theProblemEntitySummary
objects contained in responses from the listProblemEntities operation. -
Uses of ProblemEntitySummary in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ProblemEntitySummary Modifier and Type Method Description ProblemEntitySummary
ProblemEntitySummary.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type ProblemEntitySummary Modifier and Type Method Description List<ProblemEntitySummary>
ProblemEntityCollection. getItems()
List of entity details related to a data sourceMethods in com.oracle.bmc.cloudguard.model with parameters of type ProblemEntitySummary Modifier and Type Method Description ProblemEntitySummary.Builder
ProblemEntitySummary.Builder. copy(ProblemEntitySummary model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type ProblemEntitySummary Modifier and Type Method Description ProblemEntityCollection.Builder
ProblemEntityCollection.Builder. items(List<ProblemEntitySummary> items)
List of entity details related to a data sourceConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type ProblemEntitySummary Constructor Description ProblemEntityCollection(List<ProblemEntitySummary> items, List<ResourceLock> locks)
Deprecated.
-