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