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