Uses of Class
com.oracle.bmc.cloudguard.model.RiskScoreAggregationCollection
-
Packages that use RiskScoreAggregationCollection Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.responses -
-
Uses of RiskScoreAggregationCollection in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return RiskScoreAggregationCollection Modifier and Type Method Description RiskScoreAggregationCollection
RiskScoreAggregationCollection.Builder. build()
Methods in com.oracle.bmc.cloudguard.model with parameters of type RiskScoreAggregationCollection Modifier and Type Method Description RiskScoreAggregationCollection.Builder
RiskScoreAggregationCollection.Builder. copy(RiskScoreAggregationCollection model)
-
Uses of RiskScoreAggregationCollection in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return RiskScoreAggregationCollection Modifier and Type Method Description RiskScoreAggregationCollection
RequestRiskScoresResponse. getRiskScoreAggregationCollection()
The returned RiskScoreAggregationCollection instance.RiskScoreAggregationCollection
RequestSummarizedRiskScoresResponse. getRiskScoreAggregationCollection()
The returned RiskScoreAggregationCollection instance.Methods in com.oracle.bmc.cloudguard.responses with parameters of type RiskScoreAggregationCollection Modifier and Type Method Description RequestRiskScoresResponse.Builder
RequestRiskScoresResponse.Builder. riskScoreAggregationCollection(RiskScoreAggregationCollection riskScoreAggregationCollection)
The returned RiskScoreAggregationCollection instance.RequestSummarizedRiskScoresResponse.Builder
RequestSummarizedRiskScoresResponse.Builder. riskScoreAggregationCollection(RiskScoreAggregationCollection riskScoreAggregationCollection)
The returned RiskScoreAggregationCollection instance.
-