Uses of Class
com.oracle.bmc.cloudguard.model.ProblemCollection
-
Packages that use ProblemCollection Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.responses -
-
Uses of ProblemCollection in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ProblemCollection Modifier and Type Method Description ProblemCollection
ProblemCollection.Builder. build()
Methods in com.oracle.bmc.cloudguard.model with parameters of type ProblemCollection Modifier and Type Method Description ProblemCollection.Builder
ProblemCollection.Builder. copy(ProblemCollection model)
-
Uses of ProblemCollection in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ProblemCollection Modifier and Type Method Description ProblemCollection
ListProblemsResponse. getProblemCollection()
The returned ProblemCollection instance.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ProblemCollection Modifier and Type Method Description ListProblemsResponse.Builder
ListProblemsResponse.Builder. problemCollection(ProblemCollection problemCollection)
The returned ProblemCollection instance.
-