Uses of Class
com.oracle.bmc.datasafe.model.SecurityAssessmentComparisonPerTarget
-
Packages that use SecurityAssessmentComparisonPerTarget Package Description com.oracle.bmc.datasafe.model -
-
Uses of SecurityAssessmentComparisonPerTarget in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SecurityAssessmentComparisonPerTarget Modifier and Type Method Description SecurityAssessmentComparisonPerTarget
SecurityAssessmentComparisonPerTarget.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type SecurityAssessmentComparisonPerTarget Modifier and Type Method Description List<SecurityAssessmentComparisonPerTarget>
SecurityAssessmentComparison. getTargets()
A target-based comparison between two security assessments.Methods in com.oracle.bmc.datasafe.model with parameters of type SecurityAssessmentComparisonPerTarget Modifier and Type Method Description SecurityAssessmentComparisonPerTarget.Builder
SecurityAssessmentComparisonPerTarget.Builder. copy(SecurityAssessmentComparisonPerTarget model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type SecurityAssessmentComparisonPerTarget Modifier and Type Method Description SecurityAssessmentComparison.Builder
SecurityAssessmentComparison.Builder. targets(List<SecurityAssessmentComparisonPerTarget> targets)
A target-based comparison between two security assessments.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type SecurityAssessmentComparisonPerTarget Constructor Description SecurityAssessmentComparison(String id, String baselineId, SecurityAssessmentComparison.LifecycleState lifecycleState, Date timeCreated, List<SecurityAssessmentComparisonPerTarget> targets)
Deprecated.
-