Uses of Class
com.oracle.bmc.cloudguard.model.ResourceRiskScoreAggregation
-
Packages that use ResourceRiskScoreAggregation Package Description com.oracle.bmc.cloudguard.model -
-
Uses of ResourceRiskScoreAggregation in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ResourceRiskScoreAggregation Modifier and Type Method Description ResourceRiskScoreAggregation
ResourceRiskScoreAggregation.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type ResourceRiskScoreAggregation Modifier and Type Method Description List<ResourceRiskScoreAggregation>
ResourceProfileRiskScoreAggregationSummary. getItems()
List of ResourceRiskScoreAggregation resourcesList<ResourceRiskScoreAggregation>
ResourceRiskScoreAggregationCollection. getItems()
List of ResourceRiskScoreAggregation resourcesMethods in com.oracle.bmc.cloudguard.model with parameters of type ResourceRiskScoreAggregation Modifier and Type Method Description ResourceRiskScoreAggregation.Builder
ResourceRiskScoreAggregation.Builder. copy(ResourceRiskScoreAggregation model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type ResourceRiskScoreAggregation Modifier and Type Method Description ResourceProfileRiskScoreAggregationSummary.Builder
ResourceProfileRiskScoreAggregationSummary.Builder. items(List<ResourceRiskScoreAggregation> items)
List of ResourceRiskScoreAggregation resourcesResourceRiskScoreAggregationCollection.Builder
ResourceRiskScoreAggregationCollection.Builder. items(List<ResourceRiskScoreAggregation> items)
List of ResourceRiskScoreAggregation resourcesConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type ResourceRiskScoreAggregation Constructor Description ResourceProfileRiskScoreAggregationSummary(String resourceProfileId, String resourceProfileDisplayName, Integer riskThreshold, List<ResourceRiskScoreAggregation> items)
Deprecated.ResourceRiskScoreAggregationCollection(String filterType, String filterId, Integer riskThreshold, List<ResourceRiskScoreAggregation> items)
Deprecated.
-