Uses of Class
com.oracle.bmc.cloudguard.model.ProblemAggregation
-
Packages that use ProblemAggregation Package Description com.oracle.bmc.cloudguard.model -
-
Uses of ProblemAggregation in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ProblemAggregation Modifier and Type Method Description ProblemAggregation
ProblemAggregation.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type ProblemAggregation Modifier and Type Method Description List<ProblemAggregation>
ProblemAggregationCollection. getItems()
List of all the ProblemAggregation resourcesMethods in com.oracle.bmc.cloudguard.model with parameters of type ProblemAggregation Modifier and Type Method Description ProblemAggregation.Builder
ProblemAggregation.Builder. copy(ProblemAggregation model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type ProblemAggregation Modifier and Type Method Description ProblemAggregationCollection.Builder
ProblemAggregationCollection.Builder. items(List<ProblemAggregation> items)
List of all the ProblemAggregation resourcesConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type ProblemAggregation Constructor Description ProblemAggregationCollection(List<ProblemAggregation> items)
Deprecated.
-